summaryrefslogtreecommitdiff
path: root/www/firefox24/mozilla-common.mk
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2013-11-24 12:37:40 +0000
committerrichard <richard@pkgsrc.org>2013-11-24 12:37:40 +0000
commit3316722145646ca796aefea3d668d40279846f9d (patch)
treec1928c5eb20d6d9799cbcdccfdde3faf96c38f45 /www/firefox24/mozilla-common.mk
parent58ef8a309854561a1cf4d498509116fd80b3a610 (diff)
downloadpkgsrc-3316722145646ca796aefea3d668d40279846f9d.tar.gz
fix solaris build and add dtrace option to firefox24
Diffstat (limited to 'www/firefox24/mozilla-common.mk')
-rw-r--r--www/firefox24/mozilla-common.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/firefox24/mozilla-common.mk b/www/firefox24/mozilla-common.mk
index de31300717c..d3527634e2d 100644
--- a/www/firefox24/mozilla-common.mk
+++ b/www/firefox24/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.3 2013/11/21 15:25:17 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.4 2013/11/24 12:37:40 richard Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -6,7 +6,7 @@
# used by www/firefox24/Makefile
GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip
+USE_TOOLS+= pkg-config perl gmake autoconf213 readelf unzip zip
USE_LANGUAGES+= c99 c++
UNLIMIT_RESOURCES+= datasize
@@ -23,6 +23,8 @@ CPPFLAGS+= -march=i486
GCC_REQD+= 4.5
.endif
+CPPFLAGS.SunOS+= -D__EXTENSIONS__
+
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}js/src/tests/update-test262.sh