aboutsummaryrefslogtreecommitdiff
path: root/devel/love08/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-11-01 14:21:07 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-11-01 14:21:07 +0000
commit5e69b7a9d2ad375fee51976e3f4c347763ec4ced (patch)
tree629c83fc6540c00aa75b84f7d432a2926a4c0081 /devel/love08/Makefile
parentc4a1290e515b0e404e6f519267b1bedf79f8c9af (diff)
downloadports-5e69b7a9d2ad375fee51976e3f4c347763ec4ced.tar.gz
ports-5e69b7a9d2ad375fee51976e3f4c347763ec4ced.zip
Mark BROKEN
modules/graphics/opengl/VertexBuffer.cpp:134:3: error: use of undeclared identifier 'glGetBufferSubDataARB' glGetBufferSubDataARB(getTarget(), 0, getSize(), mapped); ^ modules/graphics/opengl/VertexBuffer.cpp:141:3: error: use of undeclared identifier 'glBufferSubDataARB' glBufferSubDataARB(getTarget(), 0, getSize(), mapped); ^ modules/graphics/opengl/VertexBuffer.cpp:148:3: error: use of undeclared identifier 'glBindBufferARB' glBindBufferARB(getTarget(), vbo); ^ modules/graphics/opengl/VertexBuffer.cpp:153:3: error: use of undeclared identifier 'glBindBufferARB' glBindBufferARB(getTarget(), 0); ^ Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=553841
Diffstat (limited to 'devel/love08/Makefile')
-rw-r--r--devel/love08/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/love08/Makefile b/devel/love08/Makefile
index 668f436939b4..a292f9221361 100644
--- a/devel/love08/Makefile
+++ b/devel/love08/Makefile
@@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-linux-src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Open-source 2D game engine
+BROKEN= fails to build
+
LIB_DEPENDS= libIL.so:graphics/devil \
libmodplug.so:audio/libmodplug \
libmpg123.so:audio/mpg123 \