Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2019 22:44:41 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503863 - head/devel/libcdb
Message-ID:  <201906092244.x59MifQZ063147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Constant database library
 
-USES=		gmake libtool:build
+USES=		compiler:c11 gmake libtool:build
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rmind



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