Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 08:09:53 +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: r550255 - head/misc/libmodulemd
Message-ID:  <202009270809.08R89rdE013721@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Sep 27 08:09:53 2020
New Revision: 550255
URL: https://svnweb.freebsd.org/changeset/ports/550255

Log:
  Add compiler:c11 to USES to fix build on GCC-based systems:
  
    cc1: error: unrecognized command line option "-std=c11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/misc/libmodulemd/Makefile

Modified: head/misc/libmodulemd/Makefile
==============================================================================
--- head/misc/libmodulemd/Makefile	Sun Sep 27 08:03:23 2020	(r550254)
+++ head/misc/libmodulemd/Makefile	Sun Sep 27 08:09:53 2020	(r550255)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	bash:shells/bash \
 LIB_DEPENDS=	librpmio.so:archivers/rpm4 \
 		libyaml.so:textproc/libyaml
 
-USES=		gnome meson pkgconfig tar:xz
+USES=		compiler:c11 gnome meson pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
 



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