summaryrefslogtreecommitdiff
path: root/lang/kaffe
diff options
context:
space:
mode:
authorasau <asau>2010-12-17 22:13:16 +0000
committerasau <asau>2010-12-17 22:13:16 +0000
commitdecefe325c8af19ea544e97c57b50b6f659543c2 (patch)
treed07ddea428ed42b3dec6f9ef50b22237ad2a0b12 /lang/kaffe
parent37a3d1106101cb087c098020ce558bacd1651f90 (diff)
downloadpkgsrc-decefe325c8af19ea544e97c57b50b6f659543c2.tar.gz
jit3 compiler doesn't work on DragonFly and causes crashes. PR pkg/44249
Fold long line.
Diffstat (limited to 'lang/kaffe')
-rw-r--r--lang/kaffe/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/kaffe/Makefile.common b/lang/kaffe/Makefile.common
index d0b7670c316..9618433929b 100644
--- a/lang/kaffe/Makefile.common
+++ b/lang/kaffe/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2010/12/15 16:06:26 abs Exp $
+# $NetBSD: Makefile.common,v 1.23 2010/12/17 22:13:16 asau Exp $
# used by lang/kaffe-x11/Makefile
DISTNAME= kaffe-1.1.7
@@ -54,7 +54,9 @@ CONFIGURE_ARGS+= --disable-binreloc
CONFIGURE_ENV+= VM_LIBS="-lc"
.endif
-.if (((${OPSYS} == "NetBSD") && (${MACHINE_ARCH} == "alpha")) || (${MACHINE_ARCH} == "powerpc") || ((${OPSYS} == "SunOS") && ${MACHINE_ARCH} == "i386"))
+.if (((${OPSYS} == "NetBSD") && (${MACHINE_ARCH} == "alpha")) \
+ || (${OPSYS} == "DragonFly") || (${MACHINE_ARCH} == "powerpc") \
+ || ((${OPSYS} == "SunOS") && ${MACHINE_ARCH} == "i386"))
# On these systems, jit3 is not working.
CONFIGURE_ARGS+= --with-engine=intrp
.endif