diff options
-rw-r--r-- | games/eboard/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index befd1bca26ab..3f78f9e91874 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -21,6 +21,9 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libpng.so:graphics/png USES= compiler:c++11-lang gnome gstreamer perl5 pkgconfig shebangfix tar:bzip2 +# eboard 1.1.13 is not compatible with C++17, which is the default since +# clang 16. This means ports depending on it also need to use at most C++14. +USE_CXXSTD= c++11 USE_GITHUB= yes GH_ACCOUNT= fbergo USE_GNOME= cairo gdkpixbuf2 gtk20 |