diff options
author | hans <hans> | 2012-02-15 20:04:30 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-15 20:04:30 +0000 |
commit | 9ac2fad3bb5614f0433cc2941f3060850891fc82 (patch) | |
tree | 69e8a604bd9e12485a864994b2997261ff7d3abc /audio/aumix/Makefile.common | |
parent | bc66ca9cb662d77f4e94f24ffc57e26ab2efd4d1 (diff) | |
download | pkgsrc-9ac2fad3bb5614f0433cc2941f3060850891fc82.tar.gz |
Fix build on SunOS. REPLACE_SH on installed shell scripts.
Diffstat (limited to 'audio/aumix/Makefile.common')
-rw-r--r-- | audio/aumix/Makefile.common | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/aumix/Makefile.common b/audio/aumix/Makefile.common index 31633968f2d..3e779dea90a 100644 --- a/audio/aumix/Makefile.common +++ b/audio/aumix/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2011/04/17 08:51:22 obache Exp $ +# $NetBSD: Makefile.common,v 1.7 2012/02/15 20:04:30 hans Exp $ # used by audio/aumix/Makefile # used by audio/aumix-gtk/Makefile @@ -29,5 +29,9 @@ CONFIGURE_ARGS+= --enable-nls CONFIGURE_ARGS+= --without-gtk1 CONFIGURE_ARGS+= --without-gtk +LIBS.SunOS+= -lintl + +REPLACE_SH+= src/mute src/xaumix + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" |