diff options
author | Cecil <knoppmyth@gmail.com> | 2011-08-07 06:31:47 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-08-07 06:31:47 (GMT) |
commit | 205948382bf7c06bb74fdb88c1a81cd3c20d9031 (patch) | |
tree | 4d6fae79e17acf5ad0d349cf465bdf0cfb86f34f /abs/extra/community/js/spidermonkey-1.7-threadsafe.patch | |
parent | d2338aa7ff29172ceee041b15a819a45c942678c (diff) | |
parent | 2747bb3963f6a0e237e540301311f430f1876346 (diff) | |
download | linhes_pkgbuild-205948382bf7c06bb74fdb88c1a81cd3c20d9031.zip linhes_pkgbuild-205948382bf7c06bb74fdb88c1a81cd3c20d9031.tar.gz linhes_pkgbuild-205948382bf7c06bb74fdb88c1a81cd3c20d9031.tar.bz2 |
Merge branch 'testing' of ssh://cesman@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/community/js/spidermonkey-1.7-threadsafe.patch')
-rw-r--r-- | abs/extra/community/js/spidermonkey-1.7-threadsafe.patch | 16 |
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 + |