diff options
author | adam <adam@pkgsrc.org> | 2003-12-12 09:57:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-12-12 09:57:01 +0000 |
commit | 2eee7c2596a3b67128d5f16076e0477f6bfc5a9f (patch) | |
tree | 86c26936f54c4f1968abc70d4260fe20f0d219ee | |
parent | 0b23d0279382ed7c3038ac38c8e0afac7bea7322 (diff) | |
download | pkgsrc-2eee7c2596a3b67128d5f16076e0477f6bfc5a9f.tar.gz |
Added -lossaudio
-rw-r--r-- | emulators/fuse/Makefile | 3 |
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" |