pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/kaffe Fix build under Solaris x86, by deactivatin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e1ca56b7e25
branches:  trunk
changeset: 499005:1e1ca56b7e25
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Wed Sep 07 11:58:56 2005 +0000

description:
Fix build under Solaris x86, by deactivating jit engine

diffstat:

 lang/kaffe/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b3dd6cd5acb7 -r 1e1ca56b7e25 lang/kaffe/Makefile.common
--- a/lang/kaffe/Makefile.common        Wed Sep 07 11:45:41 2005 +0000
+++ b/lang/kaffe/Makefile.common        Wed Sep 07 11:58:56 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2005/09/06 19:11:24 tonio Exp $
+# $NetBSD: Makefile.common,v 1.8 2005/09/07 11:58:56 tonio Exp $
 
 DISTNAME=              kaffe-1.1.5
 CATEGORIES=            lang java
@@ -46,7 +46,7 @@
 CONFIGURE_ENV+=                VM_LIBS="-lc"
 .endif
 
-.if ((${OPSYS} == "NetBSD") && (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "powerpc"))
+.if (((${OPSYS} == "NetBSD") && (${MACHINE_ARCH} == "alpha")) || (${MACHINE_ARCH} == "powerpc") || ((${OPSYS} == "SunOS") && ${MACHINE_ARCH} == "i386"))
 # On these systems, jit3 is not working.
 CONFIGURE_ARGS+=       --with-engine=intrp
 .endif



Home | Main Index | Thread Index | Old Index