diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-24 12:07:58 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-24 12:52:37 +0000 |
commit | bd9d427fef2175a0b2e526252a642013d3d1d423 (patch) | |
tree | e648256dffab55a10296fdf7342d2bd50c45ed79 /games/adonthell | |
parent | 2dad9fa1b47a53a9d10ae3b934cb1c6f961600a8 (diff) | |
download | ports-bd9d427fef2175a0b2e526252a642013d3d1d423.tar.gz ports-bd9d427fef2175a0b2e526252a642013d3d1d423.zip |
Diffstat (limited to 'games/adonthell')
-rw-r--r-- | games/adonthell/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index fae7d1d4238f..104845eebf7b 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -17,7 +17,9 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libvorbis.so:audio/libvorbis USES= gettext gmake localbase pkgconfig python sdl +USE_CXXSTD= c++14 USE_SDL= mixer2 ttf2 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-py-debug \ --disable-pyc \ |