summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authortv <tv>2004-11-29 12:41:54 +0000
committertv <tv>2004-11-29 12:41:54 +0000
commit9f96530582cf7b4907c84a6020fc6d30b092a474 (patch)
tree706257228741180af30e7d97363154d4f7ac8362 /shells
parent5a232939c99885d2ff5aff2d97930f8baae5a85f (diff)
downloadpkgsrc-9f96530582cf7b4907c84a6020fc6d30b092a474.tar.gz
Add glob workaround from <hiramatu@boreas.dti.ne.jp> in PR pkg/25908.
Diffstat (limited to 'shells')
-rw-r--r--shells/bash2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index f173e88ba3b..17e4d9a7b35 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2004/10/23 08:10:40 minskim Exp $
+# $NetBSD: Makefile,v 1.60 2004/11/29 12:41:54 tv Exp $
#
DISTNAME= bash-2.05b
@@ -30,6 +30,8 @@ PKG_SHELL= ${PREFIX}/bin/bash
.include "../../mk/bsd.prefs.mk"
+CFLAGS.Interix+= -DUSE_POSIX_GLOB_LIBRARY
+
# Global and legacy options
.if defined(BASH_STATIC) && !empty(BASH_STATIC:M[yY][eE][sS])
PKG_DEFAULT_OPTIONS+= static