svn commit: r514049 - head/x11-clocks/xfce4-datetime-plugin

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 8 08:09:39 UTC 2019


Author: pkubaj
Date: Tue Oct  8 08:09:38 2019
New Revision: 514049
URL: https://svnweb.freebsd.org/changeset/ports/514049

Log:
  x11-clocks/xfce4-datetime-plugin: fix build on GCC architectures
  
  Use C11 compiler (same reason as other xfce ports).
  
  Approved by:	mentors (implicit approval)

Modified:
  head/x11-clocks/xfce4-datetime-plugin/Makefile

Modified: head/x11-clocks/xfce4-datetime-plugin/Makefile
==============================================================================
--- head/x11-clocks/xfce4-datetime-plugin/Makefile	Tue Oct  8 08:04:49 2019	(r514048)
+++ head/x11-clocks/xfce4-datetime-plugin/Makefile	Tue Oct  8 08:09:38 2019	(r514049)
@@ -12,7 +12,8 @@ COMMENT=	Datetime panel plugin for the Xfce desktop
 
 LICENSE=	GPLv2
 
-USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
+		tar:bzip2 xfce
 USE_GNOME=	cairo gtk30 intltool
 USE_XFCE=	panel
 


More information about the svn-ports-head mailing list