[csw-devel] SF.net SVN: gar:[17366] csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Mar 11 11:36:11 CET 2012
Revision: 17366
http://gar.svn.sourceforge.net/gar/?rev=17366&view=rev
Author: wahwah
Date: 2012-03-11 10:36:11 +0000 (Sun, 11 Mar 2012)
Log Message:
-----------
spidermonkey/branches/js-1.7: Fix the x86 build
Modified Paths:
--------------
csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile
Modified: csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile
===================================================================
--- csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile 2012-03-11 10:26:47 UTC (rev 17365)
+++ csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile 2012-03-11 10:36:11 UTC (rev 17366)
@@ -46,6 +46,9 @@
TEST_SCRIPTS =
INSTALL_SCRIPTS = custom
+EXTRA_CFLAGS="-DJS_C_STRINGS_ARE_UTF8"
+EXTRA_CXXFLAGS="-DJS_C_STRINGS_ARE_UTF8"
+
PACKAGES += CSWlibjs-gxx-dev
SPKG_DESC_CSWlibjs-gxx-dev += $(DESCRIPTION), development files
PKGFILES_CSWlibjs-gxx-dev += $(libdir)/libjs.so
@@ -69,7 +72,7 @@
perl -pi -e 's/whoami/echo/g' $(WORKSRC)/src/config.mk
@$(MAKECOOKIE)
-pre-build:
+pre-build-modulated:
# if we are on x86, we install our own config file
# and remove the lock_SunOS.s cause the makefile
# always tries to compile it (why so ?)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list