Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2020 14:06:33 +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: r548843 - head/devel/desktop-file-utils
Message-ID:  <202009171406.08HE6XZE043759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Sep 17 14:06:32 2020
New Revision: 548843
URL: https://svnweb.freebsd.org/changeset/ports/548843

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

Modified:
  head/devel/desktop-file-utils/Makefile

Modified: head/devel/desktop-file-utils/Makefile
==============================================================================
--- head/devel/desktop-file-utils/Makefile	Thu Sep 17 12:50:03 2020	(r548842)
+++ head/devel/desktop-file-utils/Makefile	Thu Sep 17 14:06:32 2020	(r548843)
@@ -12,7 +12,7 @@ COMMENT=	Couple of command line utilities for working 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext meson gnome pkgconfig tar:xz
+USES=		compiler:c11 gettext meson gnome pkgconfig tar:xz
 USE_GNOME=	glib20
 
 PKGINSTALL=	${WRKDIR}/pkg-install



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