summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-11-29 12:41:54 +0000
committertv <tv@pkgsrc.org>2004-11-29 12:41:54 +0000
commit417ea3fbe224b51d169bdfb2f3fad9c8de3d493e (patch)
tree706257228741180af30e7d97363154d4f7ac8362 /shells
parent4d367750d3ed3320b5b59bf2d2928b0676b7cfd0 (diff)
downloadpkgsrc-417ea3fbe224b51d169bdfb2f3fad9c8de3d493e.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