summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-12-08 20:41:18 +0000
committerjlam <jlam@pkgsrc.org>2000-12-08 20:41:18 +0000
commit1708f27d93299bcc0c01d87b926c534bd84fa68e (patch)
tree0380996326aec77abbe61fd08218a2d0e894ae49 /lang
parentb9504412d3af74aba3f4d9aae2fe10981a0c8e9d (diff)
downloadpkgsrc-1708f27d93299bcc0c01d87b926c534bd84fa68e.tar.gz
Honor CFLAGS passed in from the environment during build.
Diffstat (limited to 'lang')
-rw-r--r--lang/tcl/files/patch-sum4
-rw-r--r--lang/tcl/patches/patch-aa14
2 files changed, 14 insertions, 4 deletions
diff --git a/lang/tcl/files/patch-sum b/lang/tcl/files/patch-sum
index 6ded84515df..b5866dc5027 100644
--- a/lang/tcl/files/patch-sum
+++ b/lang/tcl/files/patch-sum
@@ -1,5 +1,5 @@
-$NetBSD: patch-sum,v 1.6 2000/09/01 16:41:33 fredb Exp $
+$NetBSD: patch-sum,v 1.7 2000/12/08 20:41:18 jlam Exp $
-MD5 (patch-aa) = 4e74e788c15c257293ca4aa4b81b365e
+MD5 (patch-aa) = be3ae1cef9a45dd28966ae8d67b9ca26
MD5 (patch-ab) = afbb4d55085117146c566c6f4b840793
MD5 (patch-ac) = 6d7acb944f0ffc6111cd9a250b4ecea2
diff --git a/lang/tcl/patches/patch-aa b/lang/tcl/patches/patch-aa
index 0719b8168c4..b4f744695d0 100644
--- a/lang/tcl/patches/patch-aa
+++ b/lang/tcl/patches/patch-aa
@@ -1,6 +1,16 @@
-$NetBSD: patch-aa,v 1.3 2000/09/01 16:20:47 jwise Exp $
+$NetBSD: patch-aa,v 1.4 2000/12/08 20:41:19 jlam Exp $
+
--- Makefile.in.orig Tue Aug 8 15:17:11 2000
-+++ Makefile.in Thu Aug 24 12:01:11 2000
++++ Makefile.in
+@@ -87,7 +87,7 @@
+ #CFLAGS = $(CFLAGS_DEBUG)
+ #CFLAGS = $(CFLAGS_OPTIMIZE)
+ #CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
+-CFLAGS = @CFLAGS@
++CFLAGS += @CFLAGS@
+
+ # To disable ANSI-C procedure prototypes reverse the comment characters
+ # on the following lines:
@@ -161,8 +161,8 @@
# "install" around; better to use the install-sh script that comes
# with the distribution, which is slower but guaranteed to work.