summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-24 19:58:19 +0000
committerrillig <rillig>2007-01-24 19:58:19 +0000
commit150276e847b82ac2ce99c88c7feaac841edc4f67 (patch)
tree948395a0cb95add082cb0c79ad86fd96e00bbbba /lang
parent34f3305b35001fe5fd6f4874356141d320ae4034 (diff)
downloadpkgsrc-150276e847b82ac2ce99c88c7feaac841edc4f67.tar.gz
Fixed the build on Linux, at least for me.
Diffstat (limited to 'lang')
-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