wok annotate spidermonkey/stuff/spidermonkey-1.7-threadsafe.patch @ rev 22491
updated apr and apr-dev (1.4.6 -> 1.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 31 14:21:42 2019 +0100 (2019-12-31) |
parents | |
children |
rev | line source |
---|---|
gokhlayeh@8763 | 1 --- js/src/Makefile.ref.orig 2008-05-28 19:51:32.000000000 -0400 |
gokhlayeh@8763 | 2 +++ js/src/Makefile.ref 2008-05-28 19:52:17.000000000 -0400 |
gokhlayeh@8763 | 3 @@ -63,11 +63,11 @@ |
gokhlayeh@8763 | 4 |
gokhlayeh@8763 | 5 ifdef JS_THREADSAFE |
gokhlayeh@8763 | 6 DEFINES += -DJS_THREADSAFE |
gokhlayeh@8763 | 7 -INCLUDES += -I$(DIST)/include/nspr |
gokhlayeh@8763 | 8 +INCLUDES += -I/usr/include/nspr |
gokhlayeh@8763 | 9 ifdef USE_MSVC |
gokhlayeh@8763 | 10 OTHER_LIBS += $(DIST)/lib/libnspr$(NSPR_LIBSUFFIX).lib |
gokhlayeh@8763 | 11 else |
gokhlayeh@8763 | 12 -OTHER_LIBS += -L$(DIST)/lib -lnspr$(NSPR_LIBSUFFIX) |
gokhlayeh@8763 | 13 +OTHER_LIBS += -L/usr/$(LIBDIR)/nspr -lnspr${NSPR_LIBSUFFIX} |
gokhlayeh@8763 | 14 endif |
gokhlayeh@8763 | 15 endif |
gokhlayeh@8763 | 16 |