summaryrefslogtreecommitdiff
path: root/shells/bash/patches/patch-ai
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-02-20 14:22:15 +0000
committerwiz <wiz@pkgsrc.org>2011-02-20 14:22:15 +0000
commit05a8cd489fc7416ac5b8aeeb3f2104ed78087b71 (patch)
treea6ec90743e064568289c0dff6728975e8840024c /shells/bash/patches/patch-ai
parent1f869633a945370d40ec96ab2121b5c5b02cd02a (diff)
downloadpkgsrc-05a8cd489fc7416ac5b8aeeb3f2104ed78087b71.tar.gz
MirBSD support from Benny Siegert in PR 44606.
Diffstat (limited to 'shells/bash/patches/patch-ai')
-rw-r--r--shells/bash/patches/patch-ai15
1 files changed, 15 insertions, 0 deletions
diff --git a/shells/bash/patches/patch-ai b/shells/bash/patches/patch-ai
new file mode 100644
index 00000000000..fe6aeabddbe
--- /dev/null
+++ b/shells/bash/patches/patch-ai
@@ -0,0 +1,15 @@
+$NetBSD: patch-ai,v 1.1 2011/02/20 14:22:15 wiz Exp $
+
+Add MirBSD.
+
+--- support/shobj-conf.orig Wed Oct 28 13:19:57 2009
++++ support/shobj-conf
+@@ -197,7 +197,7 @@ darwin*|macosx*)
+ SHLIB_LIBS='-lncurses' # see if -lcurses works on MacOS X 10.1
+ ;;
+
+-openbsd*|netbsd*)
++openbsd*|netbsd*|mirbsd*)
+ SHOBJ_CFLAGS=-fPIC
+ SHOBJ_LD='${CC}'
+ SHOBJ_LDFLAGS='-shared'