Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2022-10-20 23:12:25 +0300
committerDaniel Engberg <diizzy@FreeBSD.org>2022-10-20 23:17:24 +0300
commit4875cfa8c4ea9d906ea5c3367347b56065a68043 (patch)
tree1a94b51a486483f5859eb9cd95b0acedbfc599a1 /games
parent18ac18ca3a197f28c25673b72a580a6ba536a132 (diff)
games/avp: Mark BROKEN
Mark this broken for now as it doesn't build with NDEBUG defined and there doesn't seem to be a simple fix around it PR: 266721 Reported by: antoine (via exp-run) Approved by: portmgr (maintainer timeout, 2+ weeks via private mail)
Diffstat (limited to 'games')
-rw-r--r--games/avp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/avp/Makefile b/games/avp/Makefile
index dfd871f34e56..edbb51b267e3 100644
--- a/games/avp/Makefile
+++ b/games/avp/Makefile
@@ -12,6 +12,8 @@ WWW= https://icculus.org/avp
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= Doesn't build with NDEBUG defined, error: invalid operands to binary expression ('int' and 'std::nullptr_t')
+
USES= cmake compiler:c++11-lang gl openal sdl
USE_GL= gl
USE_SDL= sdl