diff options
author | obache <obache@pkgsrc.org> | 2010-04-24 04:58:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-04-24 04:58:43 +0000 |
commit | 5c43ad4c701d90572eb6b06990dcbe51b2dfc7ac (patch) | |
tree | fa6ab0f8027ed161cb32d2f98aa42805eedc33d9 /audio | |
parent | 5b5078076f7680541ce9868c8a263b8e3f3ce903 (diff) | |
download | pkgsrc-5c43ad4c701d90572eb6b06990dcbe51b2dfc7ac.tar.gz |
Exactly disable NLS support, should fix PR#43202.
No exactly depend on gettext-lib, no message catalogue installation,
so no functional changes.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alsa-utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/alsa-utils/Makefile b/audio/alsa-utils/Makefile index ac2ee81931a..65695f43d2c 100644 --- a/audio/alsa-utils/Makefile +++ b/audio/alsa-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/02/16 18:28:01 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/04/24 04:58:43 obache Exp $ # DISTNAME= alsa-utils-1.0.22 @@ -21,6 +21,8 @@ REPLACE_BASH= alsaconf/alsaconf.in BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto +CONFIGURE_ARGS+= --disable-nls + .include "../../audio/alsa-lib/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |