Author: jbeich
Date: Thu Jul  4 00:51:07 2013
New Revision: 1277

Log:
don't just link against icu

Added:
   trunk/www/firefox-nightly/files/patch-bug869659
Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk       Wed Jul  3 16:14:48 2013        (r1276)
+++ trunk/Mk/bsd.gecko.mk       Thu Jul  4 00:51:07 2013        (r1277)
@@ -652,6 +652,7 @@
 MOZ_OPTIONS+=  --disable-tests         \
                --enable-chrome-format=${MOZ_CHROME} \
                --enable-default-toolkit=${MOZ_TOOLKIT} \
+               --enable-intl-api \
                --with-pthreads
 # Configure options for install
 .if !defined(MOZ_EXTENSIONS)

Added: trunk/www/firefox-nightly/files/patch-bug869659
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/www/firefox-nightly/files/patch-bug869659     Thu Jul  4 00:51:07 
2013        (r1277)
@@ -0,0 +1,16 @@
+diff --git configure.in configure.in
+index a374e8c..740bb28 100644
+--- configure.in
++++ configure.in
+@@ -9474,11 +9474,6 @@
+ dist=$MOZ_BUILD_ROOT/dist
+ ac_configure_args="$_SUBDIR_CONFIG_ARGS"
+ ac_configure_args="$ac_configure_args --enable-threadsafe"
+-if test "A" = "A"; then # "$MOZ_BUILDAPP" != "browser", when desktop builds 
this
+-    # The Internationalization API is currently disabled in all non-standalone
+-    # SpiderMonkey builds, but it should be turned on for desktop builds soon.
+-    ac_configure_args="$ac_configure_args --disable-intl-api"
+-fi
+ if test "$BUILD_CTYPES"; then
+     # Build js-ctypes on the platforms we can.
+     ac_configure_args="$ac_configure_args --enable-ctypes"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to