aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-07-23 11:52:55 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-07-23 11:54:42 +0000
commit3de63cad82747fdb1bdbc98cea5bdbfa39a7c809 (patch)
tree4104ca2fbe60297f1f0d3b0d3b63b0af4018cf36
parentbff3603272db88e6370ffdd5beec0b22495351c8 (diff)
downloadports-3de63cad82747fdb1bdbc98cea5bdbfa39a7c809.tar.gz
ports-3de63cad82747fdb1bdbc98cea5bdbfa39a7c809.zip
emulators/sameboy: fix build on powerpc64le
error: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Werror,-Wpass-failed=transform-warning]
-rw-r--r--emulators/sameboy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/sameboy/Makefile b/emulators/sameboy/Makefile
index 3dd321b41aa3..bd849990cbba 100644
--- a/emulators/sameboy/Makefile
+++ b/emulators/sameboy/Makefile
@@ -19,7 +19,7 @@ GH_PROJECT= SameBoy
USE_GL= gl
USE_SDL= sdl2
-MAKE_ARGS= FREEDESKTOP=true
+MAKE_ARGS= FREEDESKTOP=true WARNINGS="-Wno-error"
ALL_TARGET= sdl
OPTIONS_DEFINE= LIBRETRO