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
This commit is contained in:
Antoine Brodin 2020-11-01 14:21:07 +00:00
parent c4a1290e51
commit 5e69b7a9d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553841

View file

@ -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 \