Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 15:30:26 +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: r513584 - head/www/xfce4-smartbookmark-plugin
Message-ID:  <201910021530.x92FUQVD020503@repo.freebsd.org>

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

Log:
  www/xfce4-smartbookmark-plugin: fix build on GCC architectures
  
  Use C11 compiler:
  In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
                   from smartbookmark.c:42:
  /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/www/xfce4-smartbookmark-plugin/Makefile

Modified: head/www/xfce4-smartbookmark-plugin/Makefile
==============================================================================
--- head/www/xfce4-smartbookmark-plugin/Makefile	Wed Oct  2 15:29:58 2019	(r513583)
+++ head/www/xfce4-smartbookmark-plugin/Makefile	Wed Oct  2 15:30:26 2019	(r513584)
@@ -13,8 +13,8 @@ COMMENT=	Query search engines from the Xfce panel
 LICENSE=	GPLv2
 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 gdkpixbuf2 gtk30 intltool
 USE_XFCE=	panel
 



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