Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/dosbox-x dosbox-x: disabling fpu is broken, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/07cc05611e3c
branches: trunk
changeset: 436103:07cc05611e3c
user: nia <nia%pkgsrc.org@localhost>
date: Mon Jul 27 13:37:53 2020 +0000
description:
dosbox-x: disabling fpu is broken, sigh
diffstat:
emulators/dosbox-x/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r b7564718666a -r 07cc05611e3c emulators/dosbox-x/Makefile
--- a/emulators/dosbox-x/Makefile Mon Jul 27 12:21:18 2020 +0000
+++ b/emulators/dosbox-x/Makefile Mon Jul 27 13:37:53 2020 +0000
@@ -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 @@
.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 @@
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
Home |
Main Index |
Thread Index |
Old Index