svn commit: r483239 - head/devel/p8-platform

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 08:31:15 UTC 2018


Author: linimon
Date: Sun Oct 28 08:31:14 2018
New Revision: 483239
URL: https://svnweb.freebsd.org/changeset/ports/483239

Log:
  Fix build on gcc-based archs.
  
  PR:		231674
  Submitted by:	Piotr Kubaj

Modified:
  head/devel/p8-platform/Makefile

Modified: head/devel/p8-platform/Makefile
==============================================================================
--- head/devel/p8-platform/Makefile	Sun Oct 28 08:26:44 2018	(r483238)
+++ head/devel/p8-platform/Makefile	Sun Oct 28 08:31:14 2018	(r483239)
@@ -10,7 +10,7 @@ COMMENT=	Platform support library used by libCEC and b
 
 LICENSE=	GPLv2+
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Pulse-Eight


More information about the svn-ports-all mailing list