summaryrefslogtreecommitdiff
path: root/emulators/fuse
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-12-12 09:57:01 +0000
committeradam <adam@pkgsrc.org>2003-12-12 09:57:01 +0000
commit2eee7c2596a3b67128d5f16076e0477f6bfc5a9f (patch)
tree86c26936f54c4f1968abc70d4260fe20f0d219ee /emulators/fuse
parent0b23d0279382ed7c3038ac38c8e0afac7bea7322 (diff)
downloadpkgsrc-2eee7c2596a3b67128d5f16076e0477f6bfc5a9f.tar.gz
Added -lossaudio
Diffstat (limited to 'emulators/fuse')
-rw-r--r--emulators/fuse/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile
index 16b81a47cc5..6b87387e084 100644
--- a/emulators/fuse/Makefile
+++ b/emulators/fuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/12/04 19:48:25 xtraeme Exp $
+# $NetBSD: Makefile,v 1.4 2003/12/12 09:57:01 adam Exp $
DISTNAME= fuse-0.6.1.1
PKGREVISION= 1
@@ -13,6 +13,7 @@ USE_BUILDLINK2= yes
USE_PERL5= build
USE_X11= yes
GNU_CONFIGURE= yes
+LIBS+= -lossaudio
.include "../../x11/gtk/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"