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 | 8911043ef41a04a6332dd3a3be746d79d1ccc940 (patch) | |
tree | 86c26936f54c4f1968abc70d4260fe20f0d219ee /emulators/fuse | |
parent | 1c8be7b11eebb3f4fe76133cbc89a4f8f16700c5 (diff) | |
download | pkgsrc-8911043ef41a04a6332dd3a3be746d79d1ccc940.tar.gz |
Added -lossaudio
Diffstat (limited to 'emulators/fuse')
-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" |