pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/fuse give this a hope of building on Linux b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f01180eb57dc
branches: trunk
changeset: 464541:f01180eb57dc
user: grant <grant%pkgsrc.org@localhost>
date: Fri Dec 12 11:08:42 2003 +0000
description:
give this a hope of building on Linux by including
ossaudio.buildlink2.mk and using ${LIBOSSAUDIO} instead of
-lossaudio.
diffstat:
emulators/fuse/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 897c57da7cd6 -r f01180eb57dc emulators/fuse/Makefile
--- a/emulators/fuse/Makefile Fri Dec 12 10:45:18 2003 +0000
+++ b/emulators/fuse/Makefile Fri Dec 12 11:08:42 2003 +0000
@@ -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_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"
Home |
Main Index |
Thread Index |
Old Index