From 79e9e7e2c7740df0c21ea40120b951e4de1ebc32 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Mon, 7 Jun 2010 05:06:29 +0000 Subject: - Remove unused patch file --- www/mod_layout2/files/patch-Makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 www/mod_layout2/files/patch-Makefile 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 -- cgit