[49070] trunk/dports/lang/spidermonkey

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Apr 2 15:38:29 PDT 2009


Revision: 49070
          http://trac.macports.org/changeset/49070
Author:   macsforever2000 at macports.org
Date:     2009-04-02 15:38:28 -0700 (Thu, 02 Apr 2009)
Log Message:
-----------
Fix for UTF-8 support. (#18895)

Modified Paths:
--------------
    trunk/dports/lang/spidermonkey/Portfile
    trunk/dports/lang/spidermonkey/files/patch-config-Darwin.mk

Modified: trunk/dports/lang/spidermonkey/Portfile
===================================================================
--- trunk/dports/lang/spidermonkey/Portfile	2009-04-02 22:19:46 UTC (rev 49069)
+++ trunk/dports/lang/spidermonkey/Portfile	2009-04-02 22:38:28 UTC (rev 49070)
@@ -6,7 +6,7 @@
 name                spidermonkey
 epoch               1
 version             1.7.0
-revision            2
+revision            3
 categories          lang
 platforms           darwin
 maintainers         akitada openmaintainer

Modified: trunk/dports/lang/spidermonkey/files/patch-config-Darwin.mk
===================================================================
--- trunk/dports/lang/spidermonkey/files/patch-config-Darwin.mk	2009-04-02 22:19:46 UTC (rev 49069)
+++ trunk/dports/lang/spidermonkey/files/patch-config-Darwin.mk	2009-04-02 22:38:28 UTC (rev 49070)
@@ -10,7 +10,7 @@
 -CFLAGS +=  -Wall -Wno-format
 -OS_CFLAGS = -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DDARWIN
 +CFLAGS +=  -Wall -Wno-format -no-cpp-precomp -fno-common -pipe
-+OS_CFLAGS = -DJS_THREADSAFE -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DDARWIN
++OS_CFLAGS = -DJS_THREADSAFE -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DDARWIN -DJS_C_STRINGS_ARE_UTF8
  
  RANLIB = ranlib
 -MKSHLIB = $(CC) -dynamiclib $(XMKSHLIBOPTS) -framework System
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090402/86cee364/attachment.html>


More information about the macports-changes mailing list