pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/47734: www/firefox17 install: /usr/pkgsrc/www/firefox17/work/.destdir/usr/pkg/bin/firefox17: No such file
The following reply was made to PR pkg/47734; it has been noted by GNATS.
From: David Shao <davshao%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/47734: www/firefox17 install:
/usr/pkgsrc/www/firefox17/work/.destdir/usr/pkg/bin/firefox17:
No such file
Date: Sat, 25 May 2013 12:38:51 -0700
The following patch to www/firefox 21.0 adds an option nowebrtc to
options.mk so that firefox builds with --disable-webrtc on DragonFly.
The patch has been tested on DragonFly 3.5-DEVELOPMENT i386 and
x86_64 as of pkgsrc current master:
commit 7cb67afb2f9a44eb5c7a15971845ecc601af980d
Date: Sat May 25 06:36:01 2013 -0700
diff --git a/www/firefox/options.mk b/www/firefox/options.mk
index 9acf810..b7975c6 100644
--- a/www/firefox/options.mk
+++ b/www/firefox/options.mk
@@ -3,14 +3,23 @@
PKG_OPTIONS_VAR= PKG_OPTIONS.firefox
PKG_SUPPORTED_OPTIONS= official-mozilla-branding
PKG_SUPPORTED_OPTIONS+= debug mozilla-jemalloc gnome pulseaudio
+PKG_SUPPORTED_OPTIONS+= nowebrtc
PLIST_VARS+= gnome jemalloc debug
.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc
.endif
+.if ${OPSYS} == "DragonFly"
+PKG_SUGGESTED_OPTIONS+= nowebrtc
+.endif
+
.include "../../mk/bsd.options.mk"
+.if !empty(PKG_OPTIONS:Mnowebrtc)
+CONFIGURE_ARGS+= --disable-webrtc
+.endif
+
.if !empty(PKG_OPTIONS:Mgnome)
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../sysutils/gnome-vfs/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index