diff options
author | grant <grant@pkgsrc.org> | 2003-12-12 11:08:42 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-12 11:08:42 +0000 |
commit | f4059c5dd7a5f3d11419f96a596f0cb6dafae59f (patch) | |
tree | cedb28e8010a2bb67430fd7e9abe56bc922dddce | |
parent | 429159f08d63bdd4de6e123c0999f69c170552d2 (diff) | |
download | pkgsrc-f4059c5dd7a5f3d11419f96a596f0cb6dafae59f.tar.gz |
give this a hope of building on Linux by including
ossaudio.buildlink2.mk and using ${LIBOSSAUDIO} instead of
-lossaudio.
-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" |