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 | |
parent | be7a96ee0c72872b2bcd3df0f70f6242beca0f8b (diff) | |
download | pkgsrc-f0a4bc3529456d0b37a0b7cfac4e7ecf911e6396.tar.gz |
Fix build on SunOS.
-rw-r--r-- | audio/audacious/Makefile | 4 | ||||
-rw-r--r-- | audio/gqmpeg-devel/Makefile | 4 | ||||
-rw-r--r-- | audio/padevchooser/Makefile | 4 |
3 files changed, 9 insertions, 3 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" diff --git a/audio/gqmpeg-devel/Makefile b/audio/gqmpeg-devel/Makefile index 38f3124fa70..a9ceb0de3d3 100644 --- a/audio/gqmpeg-devel/Makefile +++ b/audio/gqmpeg-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2011/11/01 06:00:37 sbd Exp $ +# $NetBSD: Makefile,v 1.30 2012/01/12 17:18:04 hans Exp $ DISTNAME= gqmpeg-0.91.1 PKGREVISION= 13 @@ -25,6 +25,8 @@ CONFIGURE_ENV+= GNOME_DATADIR=${PREFIX}/share MAKE_ENV+= builddir=. +LIBS.SunOS+= -lm -lX11 + .include "options.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/audio/padevchooser/Makefile b/audio/padevchooser/Makefile index 82f2b30d821..7fff911ad49 100644 --- a/audio/padevchooser/Makefile +++ b/audio/padevchooser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/11/01 06:00:39 sbd Exp $ +# $NetBSD: Makefile,v 1.14 2012/01/12 17:19:29 hans Exp $ # DISTNAME= padevchooser-0.9.3 @@ -19,6 +19,8 @@ USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-lynx +LIBS.SunOS+= -lX11 + # XXX this test doesnt work properly # #pkgbase:= pulseaudio |