Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2019 08:09:38 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514049 - head/x11-clocks/xfce4-datetime-plugin
Message-ID:  <201910080809.x9889cHX005929@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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