svn commit: r485738 - head/graphics/eom

Mark Linimon linimon at FreeBSD.org
Sat Nov 24 09:11:02 UTC 2018


Author: linimon
Date: Sat Nov 24 09:11:01 2018
New Revision: 485738
URL: https://svnweb.freebsd.org/changeset/ports/485738

Log:
  Add compiler:c11 to USES to fix build on gcc-based archs.
  
  PR:		232817
  Submitted by:	Piotr Kubaj
  Reviewed by:	Ting-Wei Lan

Modified:
  head/graphics/eom/Makefile

Modified: head/graphics/eom/Makefile
==============================================================================
--- head/graphics/eom/Makefile	Sat Nov 24 09:04:17 2018	(r485737)
+++ head/graphics/eom/Makefile	Sat Nov 24 09:11:01 2018	(r485738)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libstartup-notification-1.so:x11/startup-
 
 PORTSCOUT=	limitw:1,even
 
-USES=		compiler:c++11-lang desktop-file-utils gettext gmake jpeg \
+USES=		compiler:c11 desktop-file-utils gettext gmake jpeg \
 		libtool localbase pathfix pkgconfig tar:xz
 USE_MATE=	desktop icontheme
 USE_XORG=	x11


More information about the svn-ports-all mailing list