pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/retroarch retroarch: don't enable simd on ar...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f1b9d29c8442
branches: trunk
changeset: 313663:f1b9d29c8442
user: nia <nia%pkgsrc.org@localhost>
date: Sat Oct 06 23:44:28 2018 +0000
description:
retroarch: don't enable simd on armv7 since not all armv7s have it
(this option doesn't seem to work on netbsd anyway)
diffstat:
emulators/retroarch/options.mk | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r efdcffe483e7 -r f1b9d29c8442 emulators/retroarch/options.mk
--- a/emulators/retroarch/options.mk Sat Oct 06 23:25:58 2018 +0000
+++ b/emulators/retroarch/options.mk Sat Oct 06 23:44:28 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2018/10/03 23:31:06 nia Exp $
+# $NetBSD: options.mk,v 1.7 2018/10/06 23:44:28 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.retroarch
@@ -22,9 +22,6 @@
CONFIGURE_ARGS+= --enable-floathard
PKG_OPTIONS_GROUP.gl+= rpi
PKG_SUPPORTED_OPTIONS+= simd
-. if !empty(MACHINE_ARCH:M*armv7*)
-PKG_SUGGESTED_OPTIONS+= simd
-. endif
.endif
.if !empty(MACHINE_PLATFORM:MNetBSD-*-arm*)
Home |
Main Index |
Thread Index |
Old Index