git: 11426d467e47 - main - emulators/86Box: enable on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Aug 2024 11:17:09 UTC
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