summaryrefslogtreecommitdiff
path: root/audio/aumix/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'audio/aumix/Makefile.common')
-rw-r--r--audio/aumix/Makefile.common6
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"