summaryrefslogtreecommitdiff
path: root/audio/aumix
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-08-09 12:08:27 +0000
committerjperkin <jperkin@pkgsrc.org>2022-08-09 12:08:27 +0000
commita77729245b392c9b6613bcb6e910961a45adb77a (patch)
tree2205f0fbf69293361282d6743184c6be82a92e37 /audio/aumix
parentbc7be69155f5a762584a114cc42cf44ab2f2d461 (diff)
downloadpkgsrc-a77729245b392c9b6613bcb6e910961a45adb77a.tar.gz
*: Remove hardcoded -liconv / -lintl on SunOS.
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv and gettext-lib.
Diffstat (limited to 'audio/aumix')
-rw-r--r--audio/aumix/Makefile.common4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/aumix/Makefile.common b/audio/aumix/Makefile.common
index 0929e8daf16..936b07c04cb 100644
--- a/audio/aumix/Makefile.common
+++ b/audio/aumix/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2017/01/21 23:38:19 rillig Exp $
+# $NetBSD: Makefile.common,v 1.13 2022/08/09 12:08:32 jperkin Exp $
# used by audio/aumix/Makefile
# used by audio/aumix-gtk/Makefile
@@ -26,8 +26,6 @@ CONFIGURE_ARGS+= --enable-own-labels
CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --without-gtk
-LIBS.SunOS+= -lintl
-
REPLACE_SH+= src/mute src/xaumix
.include "../../devel/gettext-lib/buildlink3.mk"