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
commitd16e4bcc60ded61950fb96a4587409fb981a0b68 (patch)
treed07ddea428ed42b3dec6f9ef50b22237ad2a0b12 /lang/kaffe
parentc2cb5740220d69d38eef017b212e5da50362fb18 (diff)
downloadpkgsrc-d16e4bcc60ded61950fb96a4587409fb981a0b68.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