aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-05-17 18:53:15 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-05-17 18:54:05 +0000
commit9f5d16a5456b8755a5896d37f0bb74b329134be9 (patch)
treed70b87b11d9b72a4eac6f2ed1c6d3173414612e6
parent83f1b7559314d822cae3a9fd90f6996e094b7bc5 (diff)
downloadports-9f5d16a5456b8755a5896d37f0bb74b329134be9.tar.gz
ports-9f5d16a5456b8755a5896d37f0bb74b329134be9.zip
games/allacrost: Add BROKEN line
It is broken on all/most systems due to C++ errors. Reported by: fallout
-rw-r--r--games/allacrost/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile
index 2fbf79b0ff3f..a66c1e731041 100644
--- a/games/allacrost/Makefile
+++ b/games/allacrost/Makefile
@@ -12,6 +12,8 @@ WWW= https://web.archive.org/web/20201126135328/http://allacrost.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= uses incompatible C++ features from different C++ standards that can't be built together due to feature deprecation restrictions
+
LIB_DEPENDS= libpng.so:graphics/png \
libogg.so:audio/libogg \
libvorbis.so:audio/libvorbis \