summaryrefslogtreecommitdiff
path: root/lang/spidermonkey
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-24 19:58:19 +0000
committerrillig <rillig>2007-01-24 19:58:19 +0000
commitcebb32f17bd31b21e196f206bc6caf7a8802fd21 (patch)
tree948395a0cb95add082cb0c79ad86fd96e00bbbba /lang/spidermonkey
parent66941160124d19caf76c778634ddf09e8de9a5ab (diff)
downloadpkgsrc-cebb32f17bd31b21e196f206bc6caf7a8802fd21.tar.gz
Fixed the build on Linux, at least for me.
Diffstat (limited to 'lang/spidermonkey')
-rw-r--r--lang/spidermonkey/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile
index 1f3322fee75..f005e8710c8 100644
--- a/lang/spidermonkey/Makefile
+++ b/lang/spidermonkey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/01/24 19:35:26 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2007/01/24 19:58:19 rillig Exp $
DISTNAME= js-1.5
PKGNAME= ${DISTNAME:S/js/spidermonkey/}
@@ -31,6 +31,8 @@ DIST_HEADERS= jsapi.h jsautocfg.h jscompat.h jslong.h \
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || \
${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD"
BUILDDIRPREFIX= pkgsrc
+.elif ${OPSYS} == "Linux"
+BUILDDIRPREFIX= Linux_All
.else
BUILDDIRPREFIX= ${OPSYS}
.endif