1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Unbreak build

PR:		203748
Submitted by:	kennethsalerno@yahoo.com
Approved by:	thomas@bsdunix.ch (maintainer)
This commit is contained in:
Dmitry Marakasov 2015-11-14 23:10:28 +00:00
parent 28ecaa21a9
commit f168638b97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401615

View File

@ -10,8 +10,6 @@ MASTER_SITES= http://foobillard.sunsite.dk/dnl/
MAINTAINER= thomas@bsdunix.ch
COMMENT= Free OpenGL billiards game
BROKEN= fails to link
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
libfreetype.so:${PORTSDIR}/print/freetype2
@ -47,6 +45,7 @@ CONFIGURE_ARGS+= --enable-glut
.if ! ${PORT_OPTIONS:MNVIDIA_BUMPREF}
CONFIGURE_ARGS+= --disable-nvidia
CFLAGS += -DGL_AMD_gpu_shader_int64=1 -DGLuint64EXT=uint64_t -DGLint64EXT=int64_t -UGL_VERTEX_PROGRAM_NV -DGL_NV_vertex_program=1
.endif
post-patch: