diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-24 19:35:26 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-24 19:35:26 +0000 |
commit | aafdd14e046e718837f7b743c93fc9f8293a26e9 (patch) | |
tree | ae33bf492e74b0e4c9a7cc37cf0d931fe57a4850 /lang/spidermonkey/Makefile | |
parent | 3f62200243e2b4b86e80c55c07ed36ddbf561ee3 (diff) | |
download | pkgsrc-aafdd14e046e718837f7b743c93fc9f8293a26e9.tar.gz |
Added a patch that disables fdlibm on all platforms, since the latter is
not in pkgsrc and therefore not generally available.
PKGREVISION++
Diffstat (limited to 'lang/spidermonkey/Makefile')
-rw-r--r-- | lang/spidermonkey/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index 187b8749e21..1f3322fee75 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2006/12/05 18:04:18 tron Exp $ +# $NetBSD: Makefile,v 1.13 2007/01/24 19:35:26 rillig Exp $ DISTNAME= js-1.5 PKGNAME= ${DISTNAME:S/js/spidermonkey/} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_MOZILLA:=js/} @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/js/src NO_CONFIGURE= yes USE_TOOLS+= gmake MAKE_FILE= Makefile.ref +CFLAGS+= -DJS_USE_FDLIBM_MATH=0 # JS_THREADSAFE PTHREAD_AUTO_VARS= yes |