summaryrefslogtreecommitdiff
path: root/lang/spidermonkey/files/pkgsrc.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-08-12 03:04:32 +0000
committerwiz <wiz@pkgsrc.org>2007-08-12 03:04:32 +0000
commit4f4a027f7ca0350b47492d75c62920787d24e14e (patch)
tree1f8c60d3aca8f1fbd7776d55b7c50ae235054624 /lang/spidermonkey/files/pkgsrc.mk
parent60523f167af18a9d0581312a025e5db27e193b40 (diff)
downloadpkgsrc-4f4a027f7ca0350b47492d75c62920787d24e14e.tar.gz
Update to 1.60, provided by Blair Sadewitz in private mail.
* JS 1.6.0 is based on the same branch (1.8.0.9) as Firefox 1.5.0.9 and includes the same stability and security fixes. * JS 1.6.0 includes support for JavaScript 1.6 with support for E4X, several new Array methods, and Array and String generics.
Diffstat (limited to 'lang/spidermonkey/files/pkgsrc.mk')
-rw-r--r--lang/spidermonkey/files/pkgsrc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/spidermonkey/files/pkgsrc.mk b/lang/spidermonkey/files/pkgsrc.mk
index fbfdeed11ab..e2df0b59a9c 100644
--- a/lang/spidermonkey/files/pkgsrc.mk
+++ b/lang/spidermonkey/files/pkgsrc.mk
@@ -90,4 +90,4 @@ endif
JS_READLINE = 1
OS_CFLAGS += -DHAVE_VA_COPY -DVA_COPY=va_copy
-OS_CFLAGS += -DPIC -fPIC
+OS_CFLAGS += -DPIC -fPIC -DJS_HAVE_LONG_LONG -DHAVE_INTTYPES_H