Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 15:32:28 +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: r513585 - head/devel/thunar-vcs-plugin
Message-ID:  <201910021532.x92FWSM7025136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Oct  2 15:32:28 2019
New Revision: 513585
URL: https://svnweb.freebsd.org/changeset/ports/513585

Log:
  devel/thunar-vcs-plugin: fix build on GCC architectures
  
  Use C11 compiler:
  In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
                   from tvp-provider.c:31:
  /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/devel/thunar-vcs-plugin/Makefile

Modified: head/devel/thunar-vcs-plugin/Makefile
==============================================================================
--- head/devel/thunar-vcs-plugin/Makefile	Wed Oct  2 15:30:26 2019	(r513584)
+++ head/devel/thunar-vcs-plugin/Makefile	Wed Oct  2 15:32:28 2019	(r513585)
@@ -13,8 +13,8 @@ COMMENT=	Version Control System plugin for Thunar
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext-tools gmake gnome libtool localbase pkgconfig tar:bzip2 \
-		xfce
+USES=		compiler:c11 gettext-tools gmake gnome libtool localbase \
+		pkgconfig tar:bzip2 xfce
 USE_GNOME=	cairo gtk30 glib20 intltool
 USE_XFCE=	libexo thunar
 



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