diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-12-05 16:31:11 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-12-05 16:31:11 +0000 |
commit | b5f122f8e162bc799971dc0463f1acbac0555d12 (patch) | |
tree | c455258b2c5914dea9b745c167a6b47e0b1670c7 /lang/spidermonkey | |
parent | af87763f742e81ed0a0a05dc004ddc6be1867719 (diff) | |
download | pkgsrc-b5f122f8e162bc799971dc0463f1acbac0555d12.tar.gz |
Link libjs to libm too.
Diffstat (limited to 'lang/spidermonkey')
-rw-r--r-- | lang/spidermonkey/Makefile | 4 | ||||
-rw-r--r-- | lang/spidermonkey/files/pkgsrc.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index 50302ab9714..153c28840c1 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2006/12/03 10:11:49 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2006/12/05 16:31:11 xtraeme Exp $ DISTNAME= js-1.5 PKGNAME= ${DISTNAME:S/js/spidermonkey/} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_MOZILLA:=js/} diff --git a/lang/spidermonkey/files/pkgsrc.mk b/lang/spidermonkey/files/pkgsrc.mk index 0ddbef2b5c1..fbfdeed11ab 100644 --- a/lang/spidermonkey/files/pkgsrc.mk +++ b/lang/spidermonkey/files/pkgsrc.mk @@ -48,7 +48,7 @@ OS_CFLAGS= -DJS_THREADSAFE -DXP_UNIX -DSVR4 OS_CFLAGS+= -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE # -DHAVE_LOCALTIME_R RANLIB = echo -MKSHLIB = $(LD) -lplds4 -lplc4 -lnspr4 -shared $(LDFLAGS) $(XMKSHLIBOPTS) +MKSHLIB = $(LD) -lm -lplds4 -lplc4 -lnspr4 -shared $(LDFLAGS) $(XMKSHLIBOPTS) #.c.o: # $(CC) -c -MD $*.d $(CFLAGS) $< |