wok annotate spidermonkey/stuff/spidermonkey-1.7-threadsafe.patch @ rev 12192

Add msmtp (use external SMTP server and avois postfix/sendmail, may be used ny Pizza)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 26 01:28:28 2012 +0200 (2012-03-26)
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