summaryrefslogtreecommitdiff
path: root/shells/bash2/patches
diff options
context:
space:
mode:
authorjschauma <jschauma>2004-05-17 22:29:30 +0000
committerjschauma <jschauma>2004-05-17 22:29:30 +0000
commit5acc8f208358d458aa2f45eff290aac18f680943 (patch)
treeb92f7cc91bde98b0553cdf7cd35e87c5ae729574 /shells/bash2/patches
parent543a69352217e035de8b07cacbc427691123bd51 (diff)
downloadpkgsrc-5acc8f208358d458aa2f45eff290aac18f680943.tar.gz
The Makefile for builtins is not using CFLAGS, but we do need CFLAGS
(for example under IRIX64 using gcc, where it otherwise will produce 32bit object files). Patch that.
Diffstat (limited to 'shells/bash2/patches')
-rw-r--r--shells/bash2/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/bash2/patches/patch-ag b/shells/bash2/patches/patch-ag
new file mode 100644
index 00000000000..b8ea7988da7
--- /dev/null
+++ b/shells/bash2/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2004/05/17 22:29:30 jschauma Exp $
+
+--- builtins/Makefile.in.orig Sun May 16 22:52:52 2004
++++ builtins/Makefile.in Sun May 16 22:53:31 2004
+@@ -20,7 +20,7 @@
+ SHELL = @MAKE_SHELL@
+ RANLIB = @RANLIB@
+ CC = @CC@
+-CC_FOR_BUILD = @CC_FOR_BUILD@
++CC_FOR_BUILD = @CC_FOR_BUILD@ @CFLAGS@
+ AR = @AR@
+ ARFLAGS = @ARFLAGS@
+ RM = rm -f