summaryrefslogtreecommitdiff
path: root/www/mod_layout22/files/patch-Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /www/mod_layout22/files/patch-Makefile
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Notes
Notes: svn path=/head/; revision=127022 svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
Diffstat (limited to 'www/mod_layout22/files/patch-Makefile')
-rw-r--r--www/mod_layout22/files/patch-Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/www/mod_layout22/files/patch-Makefile b/www/mod_layout22/files/patch-Makefile
deleted file mode 100644
index 470842ad57f1..000000000000
--- a/www/mod_layout22/files/patch-Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
---- Makefile.orig Wed Sep 24 17:56:08 2003
-+++ Makefile Wed Sep 24 17:56:33 2003
-@@ -1,13 +1,13 @@
- ##
- ## Makefile -- Build procedure for mod_layout Apache module
- ##
--builddir=$(shell pwd)
--top_srcdir=/usr/local/apache2
--top_builddir=/usr/local/apache2
--include /usr/local/apache2/build/special.mk
-+#builddir=$(shell pwd)
-+top_srcdir=${LOCALBASE}/share/apache2
-+top_builddir=${LOCALBASE}/share/apache2
-+include ${LOCALBASE}/share/apache2/build/special.mk
-
- # the used tools
--APXS=apxs
-+APXS=${LOCALBASE}/sbin/apxs
- APACHECTL=apachectl
- CC=`$(APXS) -q CC`
- INC=-I`$(APXS) -q INCLUDEDIR` `$(APXS) -q CFLAGS` #-DLAYOUT_FILEOWNER_NAME
-@@ -61,12 +61,7 @@
- $(APXS) -c header.c
- # install the shared object file into Apache
- install:
-- $(APXS) -iac $(INCLUDES) $(LIBS) $(SRC)
-- @echo "+--------------------------------------------------------+"; \
-- echo "| All done. |"; \
-- echo "| |"; \
-- echo "| Thanks for installing mod_layout. |"; \
-- echo "+--------------------------------------------------------+"; \
-+ $(APXS) -ia $(INCLUDES) $(LIBS) mod_layout.la
-
- rpm: dist
- cp $(DISTVNAME).tar$(SUFFIX) /usr/src/redhat/SOURCES