1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/www/mod_gzip2/files/patch-Makefile
Xin LI f6ae7b0cc9 New port: mod_gzip2, an updated version of mod_gzip for apache 2.x.
Submitted by:	Stefan `Sec` Zehl <sec@42.org>
PR:		ports/125032
Repocopy by:	marcus (www/mod_gzip -> www/mod_gzip2)
2008-06-30 04:54:04 +00:00

25 lines
571 B
Plaintext

--- 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