diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-14 23:10:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-14 23:10:28 +0000 |
commit | f168638b97b903d7f5373c1af21de1da1b39176b (patch) | |
tree | ec413cbc46e7713ab127bb4553c85d9a55ac1948 /games/foobillard | |
parent | Update flash to 11.2r202.548. (diff) |
- Unbreak build
PR: 203748
Submitted by: kennethsalerno@yahoo.com
Approved by: thomas@bsdunix.ch (maintainer)
Notes
Notes:
svn path=/head/; revision=401615
Diffstat (limited to 'games/foobillard')
-rw-r--r-- | games/foobillard/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index bc596c334766..20051fc0894c 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -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: |