diff options
author | marino <marino@FreeBSD.org> | 2015-04-12 16:32:01 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-04-12 16:32:01 +0800 |
commit | 1317bdcb9de467e70bd1868d6b279932891d63e5 (patch) | |
tree | 10a016b43fbc2111bd894ce082a39f42b3f54d90 /databases/p5-Net-Async-CassandraCQL | |
parent | 8e09bd082d7209e5c77935c982c6a98c36b1d487 (diff) | |
download | freebsd-ports-gnome-1317bdcb9de467e70bd1868d6b279932891d63e5.tar.gz freebsd-ports-gnome-1317bdcb9de467e70bd1868d6b279932891d63e5.tar.zst freebsd-ports-gnome-1317bdcb9de467e70bd1868d6b279932891d63e5.zip |
games/megaglest: Unbreak on F10+ with an unsavory solution
Megaglest cannot be built under c++11 standard from the latest clang.
It catches a narrowing error. The real solution is to fix the c++
code (it wasn't the only problem, but the first to trigger an error over
a warning). The c++11 standard is required for wx, so it can't be
unspecified. It turns out that gcc48 will not catch the error that clang
does so the temporary fix is to require gcc48 for all FreeBSD releases.
This may work for gcc49 as well, but it's likely that gcc5 will also
catch the bug and break.
So the unsavory short-term solution is to require GCC to build megaglest,
but the long term fix is either patch the code or hopefully update to
new version when upstream fixes the bug (then USE_GCC can be removed).
Reported by: amdmi3
Diffstat (limited to 'databases/p5-Net-Async-CassandraCQL')
0 files changed, 0 insertions, 0 deletions