diff options
Diffstat (limited to 'emulators/openmsx/Makefile')
-rw-r--r-- | emulators/openmsx/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 207d7503499e..5afcb44cf4e7 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,7 +1,7 @@ PORTNAME= openmsx -DISTVERSION= 19.1 +DISTVERSION= 20.0 CATEGORIES= emulators -MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_19_1/ +MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_20_0/ MAINTAINER= dmenelkir@gmail.com COMMENT= Open source MSX emulator @@ -18,12 +18,13 @@ LIB_DEPENDS= libao.so:audio/libao \ libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis -USES= gl gmake pkgconfig python sdl tcl -USE_GCC= yes +USES= compiler:c++20-lang gl gmake pkgconfig python sdl tcl USE_GL= gl glew USE_SDL= sdl2 ttf2 +CXXFLAGS+= -I/usr/include/c++/v1 -std=c++20 + MAKEFILE= GNUmakefile MAKE_ARGS= CXXFLAGS="${CXXFLAGS}" \ INSTALL_BINARY_DIR=${PREFIX}/bin \ |