svn commit: r548843 - head/devel/desktop-file-utils

Mark Linimon linimon at FreeBSD.org
Thu Sep 17 14:06:33 UTC 2020


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


More information about the svn-ports-head mailing list