aboutsummaryrefslogtreecommitdiff
path: root/games/spring
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-11-01 14:16:20 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-11-01 14:16:20 +0000
commit13ca3874ea15743eb65fa71b26986badb2f219fe (patch)
treef9114cf91f83e4b743697e40474e58def5f84155 /games/spring
parentd1488091c73a32b025f582fe72e83be5f983a496 (diff)
downloadports-13ca3874ea15743eb65fa71b26986badb2f219fe.tar.gz
ports-13ca3874ea15743eb65fa71b26986badb2f219fe.zip
Mark BROKEN
rts/lib/headlessStubs/glstub.c:232:19: error: use of undeclared identifier 'NULL' return (GLvoid*) NULL; ^ rts/lib/headlessStubs/glstub.c:236:19: error: use of undeclared identifier 'NULL' return (GLvoid*) NULL; ^ Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=553838
Diffstat (limited to 'games/spring')
-rw-r--r--games/spring/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/spring/Makefile b/games/spring/Makefile
index 561bf8b46748..a7b3a2a435a8 100644
--- a/games/spring/Makefile
+++ b/games/spring/Makefile
@@ -14,6 +14,8 @@ COMMENT= Project aiming to create a new and versatile RTS Engine
LICENSE= GPLv2
+BROKEN= fails to build
+
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libboost_thread.so:devel/boost-libs \
libIL.so:graphics/devil \