diff options
author | grant <grant> | 2003-12-12 11:08:42 +0000 |
---|---|---|
committer | grant <grant> | 2003-12-12 11:08:42 +0000 |
commit | a88f483b6a078daaf6818f1d348cea3b93b99a15 (patch) | |
tree | cedb28e8010a2bb67430fd7e9abe56bc922dddce /emulators/fuse | |
parent | de4b2071ce1bd806a035d165f19fd777158f50c8 (diff) | |
download | pkgsrc-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/Makefile | 6 |
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" |