svn commit: r513760 - head/x11-clocks/xfce4-stopwatch-plugin
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Oct 4 10:34:55 UTC 2019
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
More information about the svn-ports-all
mailing list