pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Disable usage of symbol visibility, Firefox is def...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ce336d2b105
branches:  trunk
changeset: 504810:5ce336d2b105
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 23 00:29:57 2005 +0000

description:
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.

diffstat:

 www/firefox-gtk1/Makefile           |  3 ++-
 www/firefox/Makefile                |  3 ++-
 www/firefox/Makefile-firefox.common |  3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r 1402cfb17f00 -r 5ce336d2b105 www/firefox-gtk1/Makefile
--- a/www/firefox-gtk1/Makefile Thu Dec 22 23:47:08 2005 +0000
+++ b/www/firefox-gtk1/Makefile Fri Dec 23 00:29:57 2005 +0000
@@ -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 -r 1402cfb17f00 -r 5ce336d2b105 www/firefox/Makefile
--- a/www/firefox/Makefile      Thu Dec 22 23:47:08 2005 +0000
+++ b/www/firefox/Makefile      Fri Dec 23 00:29:57 2005 +0000
@@ -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 -r 1402cfb17f00 -r 5ce336d2b105 www/firefox/Makefile-firefox.common
--- a/www/firefox/Makefile-firefox.common       Thu Dec 22 23:47:08 2005 +0000
+++ b/www/firefox/Makefile-firefox.common       Fri Dec 23 00:29:57 2005 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index