Date: Mon, 12 Aug 2024 01:51:32 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 280764] emulators/86Box: add support for aarch64 and improvements to configuration file Message-ID: <bug-280764-7788-xds3v7S16h@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-280764-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-280764-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280764 Vladimir Druzenko <vvd@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ports-bugs@FreeBSD.org |vvd@FreeBSD.org --- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> --- Don't add anything after .include <bsd.port.mk> Use this: .include <bsd.port.pre.mk> .if ${ARCH} =3D=3D "aarch64" CMAKE_ON+=3D NEW_DYNAREC .endif .include <bsd.port.post.mk> And remove .include <bsd.port.mk> But in your case better use: CMAKE_ON+=3D ${CMAKE_ON_${ARCH}} CMAKE_ON_aarch64=3D NEW_DYNAREC After ".endif" and before SUB_FILES. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280764-7788-xds3v7S16h>