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/padevchooser | |
parent | be7a96ee0c72872b2bcd3df0f70f6242beca0f8b (diff) | |
download | pkgsrc-f0a4bc3529456d0b37a0b7cfac4e7ecf911e6396.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'audio/padevchooser')
-rw-r--r-- | audio/padevchooser/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |