wok annotate spidermonkey/stuff/spidermonkey-1.7-threadsafe.patch @ rev 14979
Up: thunderbird-langpack-es_ES (17.0.8esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 22:21:05 2013 +0200 (2013-08-08) |
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 |