Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2019 10:34:55 +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: r513760 - head/x11-clocks/xfce4-stopwatch-plugin
Message-ID:  <201910041034.x94AYt77066443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Oct  4 10:34:54 2019
New Revision: 513760
URL: https://svnweb.freebsd.org/changeset/ports/513760

Log:
  x11-clocks/xfce4-stopwatch-plugin: fix build on GCC architectures
  
  Use C11 compiler:
  In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
                   from stopwatch.c:38:
  /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk'
  /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here
  
  Approved by:	mentors (implicit approval)

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

Modified: head/x11-clocks/xfce4-stopwatch-plugin/Makefile
==============================================================================
--- head/x11-clocks/xfce4-stopwatch-plugin/Makefile	Fri Oct  4 09:38:59 2019	(r513759)
+++ head/x11-clocks/xfce4-stopwatch-plugin/Makefile	Fri Oct  4 10:34:54 2019	(r513760)
@@ -12,7 +12,8 @@ COMMENT=	XFCE panel plugin to keep track of elapsed ti
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-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?201910041034.x94AYt77066443>