diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-13 23:08:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-13 23:08:35 +0000 |
commit | f11d95480dc43503e39932c31e0d86d39c7fbe2f (patch) | |
tree | a7ed990f1bb6e402cea3393c31d9aa9195419b86 /shells | |
parent | a27e1bfc10f08e80b147ee2ae4edd2a944802d04 (diff) | |
download | pkgsrc-f11d95480dc43503e39932c31e0d86d39c7fbe2f.tar.gz |
Broken gettext detection.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 3 |
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 |