Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2019 20:06:26 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507020 - head/devel/guichan
Message-ID:  <201907202006.x6KK6QcV081726@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Jul 20 20:06:26 2019
New Revision: 507020
URL: https://svnweb.freebsd.org/changeset/ports/507020

Log:
  devel/guichan: force building with new GCC on GCC architectures
  
  This is to fix build of games/diameter.
  
  Approved by:    mentors (implicit approval)

Modified:
  head/devel/guichan/Makefile

Modified: head/devel/guichan/Makefile
==============================================================================
--- head/devel/guichan/Makefile	Sat Jul 20 19:31:49 2019	(r507019)
+++ head/devel/guichan/Makefile	Sat Jul 20 20:06:26 2019	(r507020)
@@ -13,7 +13,7 @@ COMMENT=	Small, efficient C++ GUI library designed for
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake pathfix libtool localbase:ldflags
+USES=		compiler:c++11-lang gmake pathfix libtool localbase:ldflags
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 



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