summaryrefslogtreecommitdiff
path: root/shells/bash/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash/patches/patch-ai')
-rw-r--r--shells/bash/patches/patch-ai15
1 files changed, 0 insertions, 15 deletions
diff --git a/shells/bash/patches/patch-ai b/shells/bash/patches/patch-ai
deleted file mode 100644
index fe6aeabddbe..00000000000
--- a/shells/bash/patches/patch-ai
+++ /dev/null
@@ -1,15 +0,0 @@
-$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'