Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2019 04:46:24 +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: r513452 - head/x11-fm/thunar
Message-ID:  <201910010446.x914kOts079366@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Oct  1 04:46:24 2019
New Revision: 513452
URL: https://svnweb.freebsd.org/changeset/ports/513452

Log:
  x11-fm/thunar: fix build on GCC architectures
  
  Use C11 compiler:
  In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
                   from /usr/local/include/exo-2/exo/exo-enum-types.h:6,
                   from /usr/local/include/exo-2/exo/exo.h:39,
                   from ../thunar/thunar-enum-types.h:24,
                   from ../thunar/thunar-file.h:28,
                   from ../thunar/thunar-chooser-button.h:23,
                   from thunar-chooser-button.c:27:
  /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk'
  
  Approved by:	mentors (implicit approval)

Modified:
  head/x11-fm/thunar/Makefile

Modified: head/x11-fm/thunar/Makefile
==============================================================================
--- head/x11-fm/thunar/Makefile	Tue Oct  1 04:44:35 2019	(r513451)
+++ head/x11-fm/thunar/Makefile	Tue Oct  1 04:46:24 2019	(r513452)
@@ -18,8 +18,8 @@ LICENSE_FILE_LGPL20=	${WRKSRC}/COPYING.LIB
 LIB_DEPENDS=	libtumbler-1.so:deskutils/xfce4-tumbler
 RUN_DEPENDS=	pkexec:sysutils/polkit
 
-USES=		desktop-file-utils gettext-tools gmake gnome libtool pathfix \
-		perl5 pkgconfig tar:bzip2 xfce xorg
+USES=		compiler:c11 desktop-file-utils gettext-tools gmake gnome \
+		libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 intltool
 USE_LDCONFIG=	yes
 USE_XFCE=	libexo



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