svn commit: r414971 - head/games/cockatrice
Sean Bruno
sbruno at FreeBSD.org
Tue May 10 23:22:30 UTC 2016
Author: sbruno
Date: Tue May 10 23:22:29 2016
New Revision: 414971
URL: https://svnweb.freebsd.org/changeset/ports/414971
Log:
Add USES=compiler:c++11-lib to successfully build on 9.3 release.
This has the effect of pulling in gcc48 to do the build, but it at least
succeeds. On 10 and higher, this will use clang to build.
Modified:
head/games/cockatrice/Makefile
Modified: head/games/cockatrice/Makefile
==============================================================================
--- head/games/cockatrice/Makefile Tue May 10 23:17:44 2016 (r414970)
+++ head/games/cockatrice/Makefile Tue May 10 23:22:29 2016 (r414971)
@@ -3,6 +3,7 @@
PORTNAME= Cockatrice
PORTVERSION= 0.0.g2016.04.27
+PORTREVISION= 1
CATEGORIES= games
MAINTAINER= sbruno at FreeBSD.org
@@ -15,7 +16,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protob
USE_GITHUB= yes
GH_TAGNAME= ff1091a
-USES= cmake
+USES= cmake compiler:c++11-lib
USE_QT5= buildtools concurrent core multimedia network printsupport \
qmake svg linguisttools widgets
More information about the svn-ports-all
mailing list