summaryrefslogtreecommitdiff
path: root/net/dictd/files/patch-zlib::Makefile
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-01-28 19:13:59 +0000
committerClive Lin <clive@FreeBSD.org>2001-01-28 19:13:59 +0000
commit5cc7b4668487e15d94ede0d0e8a67417ff02b26f (patch)
tree4b79c988082591d051edadd1a189e7d9a0038d80 /net/dictd/files/patch-zlib::Makefile
parentFix unfetchable distfile. (diff)
o Properly use wait3(2)
o Portlint o Resolve T_USER conflicts (trap.h in base system) o Properly handle CFLAGS o Add net/dictd-database as RUN_DEPENDS o Bump PORTREVISION Approved by: MAINTAINER
Diffstat (limited to '')
-rw-r--r--net/dictd/files/patch-zlib::Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/dictd/files/patch-zlib::Makefile b/net/dictd/files/patch-zlib::Makefile
new file mode 100644
index 000000000000..ad038af444ef
--- /dev/null
+++ b/net/dictd/files/patch-zlib::Makefile
@@ -0,0 +1,11 @@
+--- zlib/Makefile~ Mon Jan 29 01:24:42 2001
++++ zlib/Makefile Mon Jan 29 01:24:56 2001
+@@ -13,7 +13,7 @@
+
+ CC=cc
+
+-CFLAGS=-O
++CFLAGS= %%CFLAGS%%
+ #CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7
+ #CFLAGS=-g -DDEBUG
+ #CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \