mame: work around failures on aarch64
This commit is contained in:
parent
a6f6ba6fbe
commit
99ff1e2f47
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.115 2020/06/02 08:23:46 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.116 2020/06/28 16:33:58 nia Exp $
|
||||
|
||||
DISTNAME= mame-0.220
|
||||
PKGREVISION= 2
|
||||
|
@ -36,6 +36,13 @@ MAKE_ENV+= LDOPTS="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.flac}/lib -L${BUILDL
|
|||
MAKE_ENV+= LDOPTS="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.flac}/lib -L${BUILDLINK_PREFIX.flac}/lib"
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "x86_64"
|
||||
# \todo Arch detection for aarch64 fails, investigate why
|
||||
MAKE_FLAGS+= NOASM=1
|
||||
BUILDLINK_TRANSFORM+= rm:-m32
|
||||
BUILDLINK_TRANSFORM+= rm:-m64
|
||||
.endif
|
||||
|
||||
# -Werror is problematic
|
||||
MAKE_ENV= NOWERROR=1
|
||||
# on Darwin, avoid SDL2.framework
|
||||
|
|
Loading…
Reference in a new issue