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
commit637be590fc35ad14f5fef848bbf3fda9a3d465cf (patch)
tree706257228741180af30e7d97363154d4f7ac8362 /shells
parent5a2092a4290d2f4426603a9731ed7a7c127ff36e (diff)
downloadpkgsrc-637be590fc35ad14f5fef848bbf3fda9a3d465cf.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