summaryrefslogtreecommitdiff
path: root/emulators/fuse
diff options
context:
space:
mode:
authorgrant <grant>2003-12-12 11:08:42 +0000
committergrant <grant>2003-12-12 11:08:42 +0000
commita88f483b6a078daaf6818f1d348cea3b93b99a15 (patch)
treecedb28e8010a2bb67430fd7e9abe56bc922dddce /emulators/fuse
parentde4b2071ce1bd806a035d165f19fd777158f50c8 (diff)
downloadpkgsrc-a88f483b6a078daaf6818f1d348cea3b93b99a15.tar.gz
give this a hope of building on Linux by including
ossaudio.buildlink2.mk and using ${LIBOSSAUDIO} instead of -lossaudio.
Diffstat (limited to 'emulators/fuse')
-rw-r--r--emulators/fuse/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile
index 6b87387e084..f5214aa23ea 100644
--- a/emulators/fuse/Makefile
+++ b/emulators/fuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/12/12 09:57:01 adam Exp $
+# $NetBSD: Makefile,v 1.5 2003/12/12 11:08:42 grant Exp $
DISTNAME= fuse-0.6.1.1
PKGREVISION= 1
@@ -13,10 +13,12 @@ USE_BUILDLINK2= yes
USE_PERL5= build
USE_X11= yes
GNU_CONFIGURE= yes
-LIBS+= -lossaudio
+LIBS+= ${LIBOSSAUDIO}
.include "../../x11/gtk/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../emulators/libspectrum/buildlink2.mk"
+
+.include "../../mk/ossaudio.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"