diff options
author | marino <marino@pkgsrc.org> | 2012-12-15 01:09:40 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-12-15 01:09:40 +0000 |
commit | d6713c9916c032200b6852a09b304e135ab65049 (patch) | |
tree | 40f38ac74cb6201655ec04837340ed27b04cf04a /devel/xulrunner192 | |
parent | f762abf144963082ca5717cfd16bdd78fe4ceb8a (diff) | |
download | pkgsrc-d6713c9916c032200b6852a09b304e135ab65049.tar.gz |
devel/xulrunner192: DRAGONFLY_CCVER=gcc44
xulrunner192 will not build with gcc-4.6+.
This problem has been fixed in later versions of xulrunner.
Use the new DRAGONFLY_CCVER directory to direct DragonFly to use
GCC 4.4.7 to build xulrunner192, even when GCC 4.7.2 is specified.
Diffstat (limited to 'devel/xulrunner192')
-rw-r--r-- | devel/xulrunner192/mozilla-common.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/xulrunner192/mozilla-common.mk b/devel/xulrunner192/mozilla-common.mk index 3832bf0d4af..d74042c19dc 100644 --- a/devel/xulrunner192/mozilla-common.mk +++ b/devel/xulrunner192/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.2 2012/10/31 11:19:54 asau Exp $ +# $NetBSD: mozilla-common.mk,v 1.3 2012/12/15 01:09:40 marino Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -9,6 +9,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip USE_LANGUAGES+= c99 c++ UNLIMIT_RESOURCES+= datasize +DRAGONFLY_CCVER= gcc44 CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh |