summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-07-27 13:37:53 +0000
committernia <nia@pkgsrc.org>2020-07-27 13:37:53 +0000
commit1b2c04f02db966833618809770f2ef6c06376377 (patch)
tree3c79ef85f2ecc6614915c5524376d16c4e89f7a2 /emulators
parent60c0e113f6af4c65b1559ed22d3cf79958127b04 (diff)
downloadpkgsrc-1b2c04f02db966833618809770f2ef6c06376377.tar.gz
dosbox-x: disabling fpu is broken, sigh
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dosbox-x/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/dosbox-x/Makefile b/emulators/dosbox-x/Makefile
index 0d4e0941e28..73bed27c5ea 100644
--- a/emulators/dosbox-x/Makefile
+++ b/emulators/dosbox-x/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/07/07 12:05:49 nia Exp $
+# $NetBSD: Makefile,v 1.16 2020/07/27 13:37:53 nia Exp $
DISTNAME= dosbox-x-0.83.3
CATEGORIES= emulators
@@ -28,11 +28,10 @@ CONFIGURE_ARGS+= --enable-sdl2
.if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "x86_64"
CONFIGURE_ARGS+= --disable-dynrec
-CONFIGURE_ARGS+= --disable-fpu
CONFIGURE_ARGS+= --disable-unaligned-memory
.else
TOOL_DEPENDS+= nasm>=2.14:../../devel/nasm
-# LOG: Setting execute permission on the code cache has failed
+ LOG: Setting execute permission on the code cache has failed
NOT_PAX_MPROTECT_SAFE+= bin/dosbox-x
.endif
@@ -49,6 +48,9 @@ INSTALLATION_DIRS+= share/pixmaps
CHECK_PORTABILITY_SKIP+= vs2015/sdl2/build-scripts/androidbuildlibs.sh
CHECK_PORTABILITY_SKIP+= vs2015/sdl2/build-scripts/iosbuild.sh
+BUILDLINK_TRANSFORM+= rm:-Wno-int-to-void-pointer-cast
+BUILDLINK_TRANSFORM+= rm:-Wno-address-of-packed-member
+
pre-configure:
cd ${WRKSRC} && autoreconf -fi