diff options
Diffstat (limited to 'www/mod_layout2')
-rw-r--r-- | www/mod_layout2/files/patch-Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/mod_layout2/files/patch-Makefile b/www/mod_layout2/files/patch-Makefile deleted file mode 100644 index adabd148898e..000000000000 --- a/www/mod_layout2/files/patch-Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig 2007-02-21 22:29:07.000000000 +0100 -+++ Makefile 2008-08-31 21:53:05.000000000 +0200 -@@ -1,10 +1,10 @@ - ## - ## Makefile -- Build procedure for mod_layout Apache module - ## --builddir=$(shell pwd) -+#builddir=$(shell pwd) - - # 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 |