pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/spidermonkey Link libjs to libm too.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b04515c3408e
branches: trunk
changeset: 522197:b04515c3408e
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Dec 05 16:31:11 2006 +0000
description:
Link libjs to libm too.
diffstat:
lang/spidermonkey/Makefile | 4 ++--
lang/spidermonkey/files/pkgsrc.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 5ed690833801 -r b04515c3408e lang/spidermonkey/Makefile
--- a/lang/spidermonkey/Makefile Tue Dec 05 15:16:45 2006 +0000
+++ b/lang/spidermonkey/Makefile Tue Dec 05 16:31:11 2006 +0000
@@ -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 -r 5ed690833801 -r b04515c3408e lang/spidermonkey/files/pkgsrc.mk
--- a/lang/spidermonkey/files/pkgsrc.mk Tue Dec 05 15:16:45 2006 +0000
+++ b/lang/spidermonkey/files/pkgsrc.mk Tue Dec 05 16:31:11 2006 +0000
@@ -48,7 +48,7 @@
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) $<
Home |
Main Index |
Thread Index |
Old Index