Date: Tue, 13 Aug 2024 11:17:09 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 11426d467e47 - main - emulators/86Box: enable on powerpc64le Message-ID: <202408131117.47DBH9Wh008543@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=11426d467e47bd096ebab52c32070808049a6022 commit 11426d467e47bd096ebab52c32070808049a6022 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-08-13 11:15:19 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-08-13 11:16:37 +0000 emulators/86Box: enable on powerpc64le --- emulators/86Box/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emulators/86Box/Makefile b/emulators/86Box/Makefile index 6113d4afc5b5..896703f5b7a2 100644 --- a/emulators/86Box/Makefile +++ b/emulators/86Box/Makefile @@ -11,7 +11,7 @@ WWW= https://86box.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= aarch64 amd64 +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le BUILD_DEPENDS= evdev-proto>=5.8:devel/evdev-proto LIB_DEPENDS= libevdev.so:devel/libevdev \ @@ -48,6 +48,8 @@ CMAKE_ON= USE_QT6 CXXFLAGS+= -I${LOCALBASE}/include/qt6/QtGui/`pkg-config --modversion Qt6Gui`/QtGui .endif +CMAKE_OFF+= ${CMAKE_OFF_${ARCH}} +CMAKE_OFF_powerpc64le= DYNAREC CMAKE_ON+= ${CMAKE_ON_${ARCH}} CMAKE_ON_aarch64= NEW_DYNAREC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408131117.47DBH9Wh008543>