summaryrefslogtreecommitdiff
path: root/www/thttpd/patches/patch-aa
diff options
context:
space:
mode:
authorjlam <jlam>2000-12-17 22:21:44 +0000
committerjlam <jlam>2000-12-17 22:21:44 +0000
commit38be576be6ccc3aa134f027a9dc64f3d0585bb00 (patch)
tree58bd1a45f189bdef96bd196a0196d1feeb47e24f /www/thttpd/patches/patch-aa
parent74cf21eba1743350d3af8a947e341f522bed8367 (diff)
downloadpkgsrc-38be576be6ccc3aa134f027a9dc64f3d0585bb00.tar.gz
Honor CFLAGS passed in from environment during build. Improve the INSTALL
script and add a DEINSTALL script in handling the config file.
Diffstat (limited to 'www/thttpd/patches/patch-aa')
-rw-r--r--www/thttpd/patches/patch-aa15
1 files changed, 12 insertions, 3 deletions
diff --git a/www/thttpd/patches/patch-aa b/www/thttpd/patches/patch-aa
index ee71d74dbea..c8b39dedfd4 100644
--- a/www/thttpd/patches/patch-aa
+++ b/www/thttpd/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.4 2000/07/27 12:47:34 jlam Exp $
+$NetBSD: patch-aa,v 1.5 2000/12/17 22:21:44 jlam Exp $
---- Makefile.in.BAK Wed Feb 9 21:05:49 2000
-+++ Makefile.in Wed Feb 9 21:06:50 2000
+--- Makefile.in.orig Tue Jul 4 12:21:32 2000
++++ Makefile.in
@@ -34,7 +34,7 @@
# Pathname of directory to install the man page.
MANDIR = @mandir@
@@ -20,6 +20,15 @@ $NetBSD: patch-aa,v 1.4 2000/07/27 12:47:34 jlam Exp $
# You shouldn't need to edit anything below here.
+@@ -50,7 +50,7 @@
+ CCOPT = @V_CCOPT@
+ DEFS = @DEFS@
+ INCLS = -I.
+-CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
++CFLAGS += $(CCOPT) $(DEFS) $(INCLS)
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ NETLIBS = @V_NETLIBS@
@@ -111,10 +111,10 @@
install: installthis install-man installsubdirs