pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/bash2 Add glob workaround from <hiramatu@boreas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90f2a62f17b1
branches:  trunk
changeset: 484730:90f2a62f17b1
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 29 12:41:54 2004 +0000

description:
Add glob workaround from <hiramatu%boreas.dti.ne.jp@localhost> in PR pkg/25908.

diffstat:

 shells/bash2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 73bc8e712f98 -r 90f2a62f17b1 shells/bash2/Makefile
--- a/shells/bash2/Makefile     Mon Nov 29 12:33:57 2004 +0000
+++ b/shells/bash2/Makefile     Mon Nov 29 12:41:54 2004 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index