svn commit: r487845 - head/net/opal

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 06:26:04 UTC 2018


Author: linimon
Date: Thu Dec 20 06:26:02 2018
New Revision: 487845
URL: https://svnweb.freebsd.org/changeset/ports/487845

Log:
  USES=compiler:c11 is necessary to build on GCC-based architectures.
  
  PR:		233929
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/opal/Makefile

Modified: head/net/opal/Makefile
==============================================================================
--- head/net/opal/Makefile	Thu Dec 20 06:18:56 2018	(r487844)
+++ head/net/opal/Makefile	Thu Dec 20 06:26:02 2018	(r487845)
@@ -14,7 +14,7 @@ LICENSE=	MPL10
 
 LIB_DEPENDS=	libpt.so:devel/ptlib
 
-USES=		gmake pathfix pkgconfig tar:xz
+USES=		compiler:c11 gmake pathfix pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list