1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

emulators/mame: set PTR64=1 on aarch64

This seems to be required to build on aarch64 as per maintainer.

Reported by:	agh@riseup.net (via email)
Approved by:	agh@riseup.net (maintainer)
MFH:		2023Q2
This commit is contained in:
Robert Clausecker 2023-05-18 16:10:44 +02:00
parent 3335c45418
commit d52e96a42a

View File

@ -1,5 +1,6 @@
PORTNAME= mame
PORTVERSION= 0.254
PORTREVISION= 1
CATEGORIES= emulators games
MAINTAINER= agh@riseup.net
@ -89,7 +90,7 @@ MAKE_ENV+= DEBUG="1" \
LDFLAGS+= -s
.endif
.if ${ARCH} == amd64 || ${ARCH:Mpowerpc64*}
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH:Mpowerpc64*}
MAKE_ARGS+= PTR64=1
.endif