diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-23 00:29:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-23 00:29:57 +0000 |
commit | 5d399684e3acc7a61856d35f418113dedce2e50e (patch) | |
tree | 2bd2076594ff37d749fb5205d3d6b42d4081948a | |
parent | 0cc708eafca98fb3e8c89020f790e6a9fe60f379 (diff) | |
download | pkgsrc-5d399684e3acc7a61856d35f418113dedce2e50e.tar.gz |
Disable usage of symbol visibility, Firefox is definitely not there yet.
Since the build with DragonFly's system gcc was successful before, but
segilled on startup, a revision bump is necessary.
-rw-r--r-- | www/firefox-gtk1/Makefile | 3 | ||||
-rw-r--r-- | www/firefox/Makefile | 3 | ||||
-rw-r--r-- | www/firefox/Makefile-firefox.common | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/www/firefox-gtk1/Makefile b/www/firefox-gtk1/Makefile index 579930932d0..23570432ac5 100644 --- a/www/firefox-gtk1/Makefile +++ b/www/firefox-gtk1/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2005/09/22 14:14:04 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/12/23 00:29:57 joerg Exp $ +PKGREVISION= 1 MOZILLA= firefox-gtk1 COMMENT= Lightweight gecko-based web browser built with GTK+-1.x diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 5f4b288e919..6401f657a7d 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2005/12/10 14:21:30 taya Exp $ +# $NetBSD: Makefile,v 1.25 2005/12/23 00:29:57 joerg Exp $ +PKGREVISION= 1 MOZILLA= firefox EXTRACT_SUFX= .tar.bz2 COMMENT= Lightweight gecko-based web browser diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common index fb0aa0e5fb7..607234cf069 100644 --- a/www/firefox/Makefile-firefox.common +++ b/www/firefox/Makefile-firefox.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-firefox.common,v 1.24 2005/12/10 13:47:22 taya Exp $ +# $NetBSD: Makefile-firefox.common,v 1.25 2005/12/23 00:29:57 joerg Exp $ MOZILLA_BIN= firefox-bin MOZ_VER= 1.5 @@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --enable-canvas 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++ BUILD_SVG= # defined |