Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2018 02:18:44 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488050 - head/games/palomino
Message-ID:  <201812220218.wBM2Iiq2095926@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec 22 02:18:43 2018
New Revision: 488050
URL: https://svnweb.freebsd.org/changeset/ports/488050

Log:
  This port needs USES=compiler:c++11-lang, because of linking to libraries
  linked with ports GCC on GCC-based architectures.
  
  While here, add USES=gl.
  
  PR:		234247
  Submitted by:	Piotr Kubaj

Modified:
  head/games/palomino/Makefile

Modified: head/games/palomino/Makefile
==============================================================================
--- head/games/palomino/Makefile	Sat Dec 22 02:16:08 2018	(r488049)
+++ head/games/palomino/Makefile	Sat Dec 22 02:18:43 2018	(r488050)
@@ -20,7 +20,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE_GNU_GPL_2.txt
 
 LIB_DEPENDS=	libosg.so:graphics/osg
 
-USES=		alias cmake:noninja lua:51 tar:xz
+USES=		alias compiler:c++11-lang cmake:noninja gl lua:51 tar:xz
 USE_CXXSTD=	gnu++98
 USE_GL=		gl glu
 



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