summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-01-09 15:23:32 +0000
committerjperkin <jperkin>2014-01-09 15:23:32 +0000
commitbbac5508bad114aa6d18adc51a41cdadebe770b6 (patch)
tree48f25a3c0da4169ac1a7e5f685a6201a09b5f8c1
parentdca9aea7ae65d2c3c820a9ce24a900645e2a23fb (diff)
downloadpkgsrc-bbac5508bad114aa6d18adc51a41cdadebe770b6.tar.gz
Add more libraries required for SunOS.
-rw-r--r--audio/audacious/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audacious/Makefile b/audio/audacious/Makefile
index 688e05f7b95..3aa64a2301f 100644
--- a/audio/audacious/Makefile
+++ b/audio/audacious/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2013/10/10 14:41:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.36 2014/01/09 15:23:32 jperkin Exp $
#
DISTNAME= audacious-1.5.1
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --enable-ipv6
LIBS+= -lexecinfo
.endif
-LIBS.SunOS+= -lm -lX11
+LIBS.SunOS+= -lm -lX11 -lICE -lgmodule-2.0
LDFLAGS.DragonFly= -lm -lX11 -lICE -lgmodule-2.0
.include "../../devel/atk/buildlink3.mk"