diff options
author | jlam <jlam@pkgsrc.org> | 2000-12-08 20:41:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-12-08 20:41:18 +0000 |
commit | 1708f27d93299bcc0c01d87b926c534bd84fa68e (patch) | |
tree | 0380996326aec77abbe61fd08218a2d0e894ae49 /lang/tcl/patches | |
parent | b9504412d3af74aba3f4d9aae2fe10981a0c8e9d (diff) | |
download | pkgsrc-1708f27d93299bcc0c01d87b926c534bd84fa68e.tar.gz |
Honor CFLAGS passed in from the environment during build.
Diffstat (limited to 'lang/tcl/patches')
-rw-r--r-- | lang/tcl/patches/patch-aa | 14 |
1 files changed, 12 insertions, 2 deletions
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. |