Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2015 23:10:28 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401615 - head/games/foobillard
Message-ID:  <201511142310.tAENASNt087791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@yahoo.com
  Approved by:	thomas@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511142310.tAENASNt087791>