summaryrefslogtreecommitdiff
path: root/shells/bash2/patches
diff options
context:
space:
mode:
authortron <tron>2001-04-16 11:35:35 +0000
committertron <tron>2001-04-16 11:35:35 +0000
commit57e0bce5f9f0bcda00c02f63b9401974d9f91a0b (patch)
tree4adb43776572bfab2898a66ef5dd75e30ea1c92d /shells/bash2/patches
parent48d2a2233b977bc4aef79fa44d37347567ffe384 (diff)
downloadpkgsrc-57e0bce5f9f0bcda00c02f63b9401974d9f91a0b.tar.gz
Reorder include path to avoid build problems on systems with "gettext-lib"
package installed following a hint by John Darrow. This fixes PR pkg/12675 my myself.
Diffstat (limited to 'shells/bash2/patches')
-rw-r--r--shells/bash2/patches/patch-aa15
-rw-r--r--shells/bash2/patches/patch-ab17
2 files changed, 28 insertions, 4 deletions
diff --git a/shells/bash2/patches/patch-aa b/shells/bash2/patches/patch-aa
new file mode 100644
index 00000000000..7905f2fdb99
--- /dev/null
+++ b/shells/bash2/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.7 2001/04/16 11:35:36 tron Exp $
+
+--- builtins/Makefile.in.orig Sat Oct 14 23:35:28 2000
++++ builtins/Makefile.in Mon Apr 16 13:29:42 2001
+@@ -48,8 +48,8 @@
+
+ INCLUDES = -I. -I.. @RL_INCLUDE@ -I$(topdir) -I$(BASHINCDIR) -I$(topdir)/lib -I$(srcdir)
+
+-CCFLAGS = ${PROFILE_FLAGS} $(DEFS) $(LOCAL_DEFS) $(SYSTEM_FLAGS) $(CPPFLAGS) \
+- ${INCLUDES} $(LOCAL_CFLAGS) $(CFLAGS)
++CCFLAGS = ${PROFILE_FLAGS} $(DEFS) $(LOCAL_DEFS) $(SYSTEM_FLAGS) ${INCLUDES} \
++ $(CPPFLAGS) $(LOCAL_CFLAGS) $(CFLAGS)
+
+ MKBUILTINS = mkbuiltins$(EXEEXT)
+ DIRECTDEFINE = -D $(srcdir)
diff --git a/shells/bash2/patches/patch-ab b/shells/bash2/patches/patch-ab
index 461df092a99..918a8b1036e 100644
--- a/shells/bash2/patches/patch-ab
+++ b/shells/bash2/patches/patch-ab
@@ -1,8 +1,17 @@
-$NetBSD: patch-ab,v 1.5 2000/03/30 11:56:32 wiz Exp $
+$NetBSD: patch-ab,v 1.6 2001/04/16 11:35:36 tron Exp $
---- Makefile.in.orig Wed Mar 1 20:52:12 2000
-+++ Makefile.in Thu Mar 30 13:09:26 2000
-@@ -582,7 +582,7 @@
+--- Makefile.in.orig Tue Apr 3 21:03:24 2001
++++ Makefile.in Mon Apr 16 12:44:31 2001
+@@ -111,7 +111,7 @@
+ SYSTEM_FLAGS = -DPROGRAM='"$(Program)"' -DCONF_HOSTTYPE='"$(Machine)"' -DCONF_OSTYPE='"$(OS)"' -DCONF_MACHTYPE='"$(MACHTYPE)"' -DCONF_VENDOR='"$(VENDOR)"'
+
+ CCFLAGS = $(PROFILE_FLAGS) $(SYSTEM_FLAGS) $(LOCAL_DEFS) \
+- $(DEFS) $(LOCAL_CFLAGS) $(CPPFLAGS) $(INCLUDES) $(CFLAGS)
++ $(DEFS) $(LOCAL_CFLAGS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+
+ INCLUDES = -I. @RL_INCLUDE@ -I$(srcdir) -I$(BASHINCDIR) -I$(LIBSRC) -I$(includedir)
+
+@@ -599,7 +599,7 @@
install: .made installdirs
$(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) $(bindir)/$(Program)