pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/spidermonkey Fixed the build on Linux, at least f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/facfaf842bf1
branches:  trunk
changeset: 524412:facfaf842bf1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jan 24 19:58:19 2007 +0000

description:
Fixed the build on Linux, at least for me.

diffstat:

 lang/spidermonkey/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0c3cff11d2b4 -r facfaf842bf1 lang/spidermonkey/Makefile
--- a/lang/spidermonkey/Makefile        Wed Jan 24 19:57:55 2007 +0000
+++ b/lang/spidermonkey/Makefile        Wed Jan 24 19:58:19 2007 +0000
@@ -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 @@
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || \
     ${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD"
 BUILDDIRPREFIX=        pkgsrc
+.elif ${OPSYS} == "Linux"
+BUILDDIRPREFIX=        Linux_All
 .else
 BUILDDIRPREFIX=        ${OPSYS}
 .endif



Home | Main Index | Thread Index | Old Index