diff options
Diffstat (limited to 'www/firefox/Makefile-firefox.common')
-rw-r--r-- | www/firefox/Makefile-firefox.common | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common index 611c5ecd972..34d19af0971 100644 --- a/www/firefox/Makefile-firefox.common +++ b/www/firefox/Makefile-firefox.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile-firefox.common,v 1.42 2007/03/21 13:33:04 ghen Exp $ +# $NetBSD: Makefile-firefox.common,v 1.43 2007/05/12 13:53:07 ghen Exp $ MOZILLA_BIN= firefox-bin -MOZ_VER= 1.5.0.11 +MOZ_VER= 2.0.0.3 EXTRACT_SUFX= .tar.bz2 DISTNAME= firefox-${MOZ_VER}-source @@ -11,7 +11,9 @@ MASTER_SITES+= ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER MASTER_SITES+= http://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/source/ MASTER_SITES+= ftp://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/source/ -HOMEPAGE= http://www.mozilla.org/projects/firefox/ +HOMEPAGE= http://www.mozilla.com/en-US/firefox/ + +PKG_DESTDIR_SUPPORT= user-destdir DISTINFO_FILE= ${.CURDIR}/../../www/firefox/distinfo PATCHDIR= ${.CURDIR}/../../www/firefox/patches @@ -26,7 +28,13 @@ MOZILLA_EXTENSIONS= default CONFIGURE_ARGS+= --enable-extensions=${MOZILLA_EXTENSIONS:Q} CONFIGURE_ENV+= ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no -USE_LANGUAGES= c++ +.include "../../mk/bsd.fast.prefs.mk" + +.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" +CPPFLAGS+= -DSQLITE_THREAD_OVERRIDE_LOCK=0 +.endif + +USE_LANGUAGES+= c++ BUILD_SVG= # yes BUILD_MATHML= # yes |