Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2016 21:53:04 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405488 - head/games/quackle
Message-ID:  <201601072153.u07Lr4Ij061657@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Jan  7 21:53:04 2016
New Revision: 405488
URL: https://svnweb.freebsd.org/changeset/ports/405488

Log:
  Needs c++11 compatible stdc library, this fixes build on FreeBSD 9.

Modified:
  head/games/quackle/Makefile

Modified: head/games/quackle/Makefile
==============================================================================
--- head/games/quackle/Makefile	Thu Jan  7 21:37:58 2016	(r405487)
+++ head/games/quackle/Makefile	Thu Jan  7 21:53:04 2016	(r405488)
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 
 USE_GITHUB=	yes
 
-USES=		gmake qmake
+USES=		compiler:c++11-lib gmake qmake
 USE_QT4=	gui moc_build
 
 BUILD_WRKSRC=	${WRKSRC}/quacker



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