summaryrefslogtreecommitdiff
path: root/www/mod_gzip2/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_gzip2/files/patch-Makefile')
-rw-r--r--www/mod_gzip2/files/patch-Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/www/mod_gzip2/files/patch-Makefile b/www/mod_gzip2/files/patch-Makefile
deleted file mode 100644
index b97a7e94ec0b..000000000000
--- a/www/mod_gzip2/files/patch-Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.org 2005-05-12 04:25:40.000000000 +0200
-+++ Makefile 2008-06-27 01:08:33.000000000 +0200
-@@ -2,17 +2,17 @@
- TARGET=mod_gzip
-
- # the used tools
--APXS=/usr/local/apache2/bin/apxs
-+#APXS=/usr/local/apache2/bin/apxs
- APACHECTL=/usr/local/apache2/bin/apachectl
-
- # additional defines, includes and libraries
--LIBDIR=/usr/lib
-+#LIBDIR=/usr/lib
- #INC=-I/usr/include/zlib
- LIB=-lz -L$(LIBDIR)
-
- # the default target
--OPT=-Wc,-Wall
--OPT+=-Wl,--rpath -Wl,$(LIBDIR)
-+#OPT=-Wc,-Wall
-+#OPT+=-Wl,--rpath -Wl,$(LIBDIR)
-
- # the default target
- all: $(TARGET).la