summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorryoon <ryoon>2013-11-04 05:43:57 +0000
committerryoon <ryoon>2013-11-04 05:43:57 +0000
commit6fb21160897ccf57d17983933d685da54d52a057 (patch)
tree434e94cc4b3db5b9f2599eeae84f879640ea2752 /www/firefox
parent2eee6863029f6f46a03149626f97e5288c94b799 (diff)
downloadpkgsrc-6fb21160897ccf57d17983933d685da54d52a057.tar.gz
Fix make configure on SmartOS
* Disable if test "A" = "A"; then fi test SYntax error on SmartOS * build is fine on SmartOS, hopefully other SunOS, but I cannot confirm functionality now
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/distinfo4
-rw-r--r--www/firefox/patches/patch-aa16
2 files changed, 15 insertions, 5 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index 38c373a202e..82a54870091 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.119 2013/11/03 11:29:34 ryoon Exp $
+$NetBSD: distinfo,v 1.120 2013/11/04 05:43:57 ryoon Exp $
SHA1 (firefox-25.0.source.tar.bz2) = 854722e283659d2b6b2eacd38f757b3c5b63a448
RMD160 (firefox-25.0.source.tar.bz2) = f320994b6b2f2030b5a68bc28cdd6904d9ef8ce3
Size (firefox-25.0.source.tar.bz2) = 127524815 bytes
-SHA1 (patch-aa) = 1bb106361cf414a5204f26d24589832f7b2b35a9
+SHA1 (patch-aa) = c52746ff141b6de211380b848b174c22ba7909c4
SHA1 (patch-ak) = 971ddb1f12b14bcee604c9d7e72da5e7bf47d9be
SHA1 (patch-al) = 553c6042a98e4b381a46eec50c02cff349d88bd2
SHA1 (patch-ao) = 3c777c8caf7f951a711c79612c08cee2cd338a57
diff --git a/www/firefox/patches/patch-aa b/www/firefox/patches/patch-aa
index 4edfec20aee..5569c823137 100644
--- a/www/firefox/patches/patch-aa
+++ b/www/firefox/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.16 2013/11/02 22:57:55 ryoon Exp $
+$NetBSD: patch-aa,v 1.17 2013/11/04 05:43:57 ryoon Exp $
--- configure.in.orig 2013-10-25 22:27:10.000000000 +0000
+++ configure.in
@@ -157,11 +157,21 @@ $NetBSD: patch-aa,v 1.16 2013/11/02 22:57:55 ryoon Exp $
if test -n "$MOZ_WEBRTC"; then
AC_MSG_RESULT("generating WebRTC Makefiles...")
-@@ -9426,7 +9465,6 @@ if test "A" = "A"; then
+@@ -9419,15 +9458,14 @@ dist=$MOZ_BUILD_ROOT/dist
+ ac_configure_args="$_SUBDIR_CONFIG_ARGS"
+ ac_configure_args="$ac_configure_args --enable-threadsafe"
+ # Switch to "$MOZ_BUILD_APP" != "browser" when enabling for desktop builds.
+-if test "A" = "A"; then
++#if test "A" = "A"; then
+ # The Internationalization API isn't on by default except in standalone JS
+ # engine builds. Bugs to enable it in the browser:
+ #
# Desktop: bug 853301
# Android: bug 864843
# B2G: bug 866301
- ac_configure_args="$ac_configure_args --disable-intl-api"
- fi
+-fi
++#fi
if test "$BUILD_CTYPES"; then
# Build js-ctypes on the platforms we can.
+ ac_configure_args="$ac_configure_args --enable-ctypes"