FYI mcl
----- Forwarded message from Mark Linimon <[email protected]> ----- Date: Thu, 17 Sep 2020 14:06:33 +0000 (UTC) From: Mark Linimon <[email protected]> To: [email protected], [email protected], [email protected] Subject: svn commit: r548843 - head/devel/desktop-file-utils 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 ----- End forwarded message ----- _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-desktop To unsubscribe, send any mail to "[email protected]"
