svn commit: r401615 - head/games/foobillard

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Nov 14 23:10:30 UTC 2015


Author: amdmi3
Date: Sat Nov 14 23:10:28 2015
New Revision: 401615
URL: https://svnweb.freebsd.org/changeset/ports/401615

Log:
  - Unbreak build
  
  PR:		203748
  Submitted by:	kennethsalerno at yahoo.com
  Approved by:	thomas at bsdunix.ch (maintainer)

Modified:
  head/games/foobillard/Makefile

Modified: head/games/foobillard/Makefile
==============================================================================
--- head/games/foobillard/Makefile	Sat Nov 14 22:47:12 2015	(r401614)
+++ head/games/foobillard/Makefile	Sat Nov 14 23:10:28 2015	(r401615)
@@ -10,8 +10,6 @@ MASTER_SITES=	http://foobillard.sunsite.
 MAINTAINER=	thomas at 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:


More information about the svn-ports-all mailing list