summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-01-13 23:08:35 +0000
committerrillig <rillig@pkgsrc.org>2008-01-13 23:08:35 +0000
commit9a9f25896f051e841a881d85dfb2c66c47e335bc (patch)
treea7ed990f1bb6e402cea3393c31d9aa9195419b86 /shells
parent52ec81ff158e0d1459ad8c8e441493e8454049d4 (diff)
downloadpkgsrc-9a9f25896f051e841a881d85dfb2c66c47e335bc.tar.gz
Broken gettext detection.
Diffstat (limited to 'shells')
-rw-r--r--shells/bash2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 3079e94f8ef..385d16b0c65 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2008/01/03 23:18:39 heinz Exp $
+# $NetBSD: Makefile,v 1.77 2008/01/13 23:08:35 rillig Exp $
#
DISTNAME= bash-2.05b
@@ -28,6 +28,7 @@ MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
CPPFLAGS+= -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin\""
TEST_TARGET= test
MAKE_JOBS_SAFE= no
+BROKEN_GETTEXT_DETECTION= yes
PKG_SHELL= bin/bash