summaryrefslogtreecommitdiff
path: root/audio/audacious/Makefile
diff options
context:
space:
mode:
authorhans <hans>2012-01-12 17:16:48 +0000
committerhans <hans>2012-01-12 17:16:48 +0000
commit06618c81c0710246217df5a6b4d3276534a94cf6 (patch)
treedccbdf78aba39fa4ada80f59c6a2ab1929afffd2 /audio/audacious/Makefile
parentbf992c1765beba5ecec7e8814e325b066b6203c2 (diff)
downloadpkgsrc-06618c81c0710246217df5a6b4d3276534a94cf6.tar.gz
Fix build on SunOS.
Diffstat (limited to 'audio/audacious/Makefile')
-rw-r--r--audio/audacious/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/audacious/Makefile b/audio/audacious/Makefile
index ba1dd4e8896..5cd5e54c8cf 100644
--- a/audio/audacious/Makefile
+++ b/audio/audacious/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2011/11/01 06:00:34 sbd Exp $
+# $NetBSD: Makefile,v 1.14 2012/01/12 17:16:48 hans Exp $
#
DISTNAME= audacious-1.5.1
@@ -31,6 +31,8 @@ PKG_SUPPORTED_OPTIONS= inet6
CONFIGURE_ARGS+= --enable-ipv6
.endif
+LIBS.SunOS+= -lm -lX11
+
.include "../../devel/atk/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"