svn commit: r507020 - head/devel/guichan
Piotr Kubaj
pkubaj at FreeBSD.org
Sat Jul 20 20:06:27 UTC 2019
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
More information about the svn-ports-all
mailing list