summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2018-10-06 23:44:28 +0000
committernia <nia@pkgsrc.org>2018-10-06 23:44:28 +0000
commit76e1c11922ade87dc93e4252de300b303443bed2 (patch)
tree52d88183358feab52eb23118916de537a53f4029 /emulators
parent69facaf21a23a5a4677df8d59f1240f2530b3fef (diff)
downloadpkgsrc-76e1c11922ade87dc93e4252de300b303443bed2.tar.gz
retroarch: don't enable simd on armv7 since not all armv7s have it
(this option doesn't seem to work on netbsd anyway)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/retroarch/options.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/retroarch/options.mk b/emulators/retroarch/options.mk
index ec72f54b3c4..29bee2a2b2b 100644
--- a/emulators/retroarch/options.mk
+++ b/emulators/retroarch/options.mk
@@ -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 @@ PKG_OPTIONS_GROUP.gl+= opengl
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*)