diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-15 07:10:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-15 07:10:28 +0800 |
commit | 6c2d9371bc1bdd5c89dd6f77ded9a47ddee594dc (patch) | |
tree | ec413cbc46e7713ab127bb4553c85d9a55ac1948 /games/foobillard | |
parent | 3ad70e6a2e916bcfeef2fe4b4792e362d921c7ee (diff) | |
download | freebsd-ports-gnome-6c2d9371bc1bdd5c89dd6f77ded9a47ddee594dc.tar.gz freebsd-ports-gnome-6c2d9371bc1bdd5c89dd6f77ded9a47ddee594dc.tar.zst freebsd-ports-gnome-6c2d9371bc1bdd5c89dd6f77ded9a47ddee594dc.zip |
- Unbreak build
PR: 203748
Submitted by: kennethsalerno@yahoo.com
Approved by: thomas@bsdunix.ch (maintainer)
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: |