svn commit: r503863 - head/devel/libcdb

Mark Linimon linimon at FreeBSD.org
Sun Jun 9 22:44:42 UTC 2019


Author: linimon
Date: Sun Jun  9 22:44:41 2019
New Revision: 503863
URL: https://svnweb.freebsd.org/changeset/ports/503863

Log:
  Add compiler:c11 to USES to fix build on GCC-based architectures.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/libcdb/Makefile

Modified: head/devel/libcdb/Makefile
==============================================================================
--- head/devel/libcdb/Makefile	Sun Jun  9 22:41:34 2019	(r503862)
+++ head/devel/libcdb/Makefile	Sun Jun  9 22:44:41 2019	(r503863)
@@ -7,7 +7,7 @@ CATEGORIES=	devel
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Constant database library
 
-USES=		gmake libtool:build
+USES=		compiler:c11 gmake libtool:build
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rmind


More information about the svn-ports-all mailing list