pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/webkit-gtk don't try to enable JIT on PowerPC or s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70e335993357
branches:  trunk
changeset: 639581:70e335993357
user:      macallan <macallan%pkgsrc.org@localhost>
date:      Wed Sep 17 17:35:23 2014 +0000

description:
don't try to enable JIT on PowerPC or sparc
now this builds & works on NetBSD/macppc

diffstat:

 www/webkit-gtk/options.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 475deab99327 -r 70e335993357 www/webkit-gtk/options.mk
--- a/www/webkit-gtk/options.mk Wed Sep 17 12:54:58 2014 +0000
+++ b/www/webkit-gtk/options.mk Wed Sep 17 17:35:23 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2014/09/16 11:56:13 jperkin Exp $
+# $NetBSD: options.mk,v 1.7 2014/09/17 17:35:23 macallan Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.webkit-gtk
@@ -8,8 +8,12 @@
 .include "../../mk/bsd.prefs.mk"
 
 # XXX JIT produces invalid code
+# it's also entirely unsupported on powerpc and sparc
 .if empty(MACHINE_PLATFORM:MNetBSD-*-i386) \
  && empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) \
+ && empty(MACHINE_PLATFORM:MNetBSD-*-powerpc) \
+ && empty(MACHINE_PLATFORM:MNetBSD-*-sparc64) \
+ && empty(MACHINE_PLATFORM:MNetBSD-*-sparc) \
  && empty(MACHINE_PLATFORM:MSunOS-*)
 PKG_SUGGESTED_OPTIONS+= webkit-jit
 .endif



Home | Main Index | Thread Index | Old Index