1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

games/eboard: Unbreak for llvm16

The port does not work with C++17 which is the default since clang 16.
This can be removed once that port starts working with C++17.

Reported by:	pkg-fallout
MFH:		2023Q3
This commit is contained in:
Rainer Hurling 2023-07-05 13:43:28 +02:00
parent d4a5ef109a
commit 30887e6d78

View File

@ -21,6 +21,9 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libpng.so:graphics/png libpng.so:graphics/png
USES= compiler:c++11-lang gnome gstreamer perl5 pkgconfig shebangfix tar:bzip2 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 USE_GITHUB= yes
GH_ACCOUNT= fbergo GH_ACCOUNT= fbergo
USE_GNOME= cairo gdkpixbuf2 gtk20 USE_GNOME= cairo gdkpixbuf2 gtk20