diff options
author | hans <hans> | 2012-01-12 17:16:48 +0000 |
---|---|---|
committer | hans <hans> | 2012-01-12 17:16:48 +0000 |
commit | f0a4bc3529456d0b37a0b7cfac4e7ecf911e6396 (patch) | |
tree | dccbdf78aba39fa4ada80f59c6a2ab1929afffd2 /audio/audacious | |
parent | be7a96ee0c72872b2bcd3df0f70f6242beca0f8b (diff) | |
download | pkgsrc-f0a4bc3529456d0b37a0b7cfac4e7ecf911e6396.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'audio/audacious')
-rw-r--r-- | audio/audacious/Makefile | 4 |
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" |