summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/js/spidermonkey-1.7-threadsafe.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2011-08-07 04:53:15 (GMT)
committerBritney Fransen <brfransen@gmail.com>2011-08-07 04:53:15 (GMT)
commitb4b0e51c3d581e4d271d58e445fdfeeb728c04bc (patch)
treee5fc9f5a1f029e1e85b3886823879e693e57e9f3 /abs/extra/community/js/spidermonkey-1.7-threadsafe.patch
parentdeda8d8b725dceeecd6074a5999bc5dd1b151747 (diff)
downloadlinhes_pkgbuild-b4b0e51c3d581e4d271d58e445fdfeeb728c04bc.zip
linhes_pkgbuild-b4b0e51c3d581e4d271d58e445fdfeeb728c04bc.tar.gz
linhes_pkgbuild-b4b0e51c3d581e4d271d58e445fdfeeb728c04bc.tar.bz2
js: Roll back to v1.7.0 for perl-javascript dep of shepherd. refs #383
Diffstat (limited to 'abs/extra/community/js/spidermonkey-1.7-threadsafe.patch')
-rw-r--r--abs/extra/community/js/spidermonkey-1.7-threadsafe.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/extra/community/js/spidermonkey-1.7-threadsafe.patch b/abs/extra/community/js/spidermonkey-1.7-threadsafe.patch
new file mode 100644
index 0000000..da6c78d
--- /dev/null
+++ b/abs/extra/community/js/spidermonkey-1.7-threadsafe.patch
@@ -0,0 +1,16 @@
+--- js/src/Makefile.ref.orig 2008-05-28 19:51:32.000000000 -0400
++++ js/src/Makefile.ref 2008-05-28 19:52:17.000000000 -0400
+@@ -63,11 +63,11 @@
+
+ ifdef JS_THREADSAFE
+ DEFINES += -DJS_THREADSAFE
+-INCLUDES += -I$(DIST)/include/nspr
++INCLUDES += -I/usr/include/nspr
+ ifdef USE_MSVC
+ OTHER_LIBS += $(DIST)/lib/libnspr$(NSPR_LIBSUFFIX).lib
+ else
+-OTHER_LIBS += -L$(DIST)/lib -lnspr$(NSPR_LIBSUFFIX)
++OTHER_LIBS += -L/usr/$(LIBDIR)/nspr -lnspr${NSPR_LIBSUFFIX}
+ endif
+ endif
+