summaryrefslogtreecommitdiff
path: root/lang/spidermonkey/patches/patch-ac
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/patches/patch-ac
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/patches/patch-ac')
-rw-r--r--lang/spidermonkey/patches/patch-ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/spidermonkey/patches/patch-ac b/lang/spidermonkey/patches/patch-ac
index 59428468b7c..c99076c9e63 100644
--- a/lang/spidermonkey/patches/patch-ac
+++ b/lang/spidermonkey/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.2 2006/12/05 18:04:18 tron Exp $
+$NetBSD: patch-ac,v 1.3 2007/08/12 03:04:33 wiz Exp $
---- config/Darwin.mk.orig 2005-02-12 20:10:33.000000000 +0000
-+++ config/Darwin.mk 2006-12-05 16:41:04.000000000 +0000
+--- config/Darwin.mk.orig 2005-02-12 15:10:33.000000000 -0500
++++ config/Darwin.mk
@@ -43,13 +43,13 @@
# Just ripped from Linux config
#
@@ -20,7 +20,7 @@ $NetBSD: patch-ac,v 1.2 2006/12/05 18:04:18 tron Exp $
#.c.o:
# $(CC) -c -MD $*.d $(CFLAGS) $<
-@@ -57,7 +57,6 @@
+@@ -57,7 +57,6 @@ MKSHLIB = libtool $(XMKSHLIBOPTS) -frame
CPU_ARCH = $(shell uname -m)
ifeq (86,$(findstring 86,$(CPU_ARCH)))
CPU_ARCH = x86
@@ -28,7 +28,7 @@ $NetBSD: patch-ac,v 1.2 2006/12/05 18:04:18 tron Exp $
endif
GFX_ARCH = x
-@@ -65,14 +64,6 @@
+@@ -65,14 +64,6 @@ OS_LIBS = -lc -framework System
ASFLAGS += -x assembler-with-cpp