pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc needs ALSA libraries on Linux for ogg playback
details: https://anonhg.NetBSD.org/pkgsrc/rev/c0a196f4cc0b
branches: trunk
changeset: 397012:c0a196f4cc0b
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Aug 08 04:14:18 2009 +0000
description:
needs ALSA libraries on Linux for ogg playback
diffstat:
devel/xulrunner/Makefile | 7 +++++--
www/firefox/Makefile | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diffs (69 lines):
diff -r 1a222f8e4f7a -r c0a196f4cc0b devel/xulrunner/Makefile
--- a/devel/xulrunner/Makefile Fri Aug 07 20:10:50 2009 +0000
+++ b/devel/xulrunner/Makefile Sat Aug 08 04:14:18 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/08/06 10:56:46 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2009/08/08 04:14:18 tnn Exp $
#
DISTNAME= xulrunner-${XULRUNNER_VER}-source
@@ -64,13 +64,13 @@
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
.include "options.mk"
+.include "../../mk/bsd.prefs.mk"
pre-configure:
cd ${WRKSRC} && autoconf
cd ${WRKSRC}/js/src && autoconf
cd ${WRKSRC}/nsprpub && autoconf
-
# Makefiles sometimes call "rm -f" without more arguments. Kludge around ...
.PHONY: create-rm-wrapper
pre-configure: create-rm-wrapper
@@ -102,6 +102,9 @@
cd ${WRKSRC}/dist/include/nspr/obsolete && ${INSTALL_DATA} protypes.h \
${DESTDIR}${PREFIX}/include/xulrunner/unstable/obsolete
+.if ${OPSYS} == "Linux"
+.include "../../audio/alsa-lib/buildlink3.mk"
+.endif
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
diff -r 1a222f8e4f7a -r c0a196f4cc0b www/firefox/Makefile
--- a/www/firefox/Makefile Fri Aug 07 20:10:50 2009 +0000
+++ b/www/firefox/Makefile Sat Aug 08 04:14:18 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2009/08/05 02:43:47 tnn Exp $
+# $NetBSD: Makefile,v 1.52 2009/08/08 04:14:18 tnn Exp $
#
DISTNAME= firefox-${FIREFOX_VER}-source
@@ -53,6 +53,7 @@
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
.include "options.mk"
+.include "../../mk/bsd.prefs.mk"
MOZILLA=firefox
.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
@@ -68,7 +69,6 @@
cd ${WRKSRC}/js/src && autoconf
cd ${WRKSRC}/nsprpub && autoconf
-
# Makefiles sometimes call "rm -f" without more arguments. Kludge around ...
.PHONY: create-rm-wrapper
pre-configure: create-rm-wrapper
@@ -92,6 +92,9 @@
${INSTALL_DATA} ${MOZILLA_ICON} \
${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png
+.if ${OPSYS} == "Linux"
+.include "../../audio/alsa-lib/buildlink3.mk"
+.endif
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index