svn commit: r498598 - head/x11/xfce4-screenshooter-plugin

Guido Falsi madpilot at FreeBSD.org
Wed Apr 10 20:52:58 UTC 2019


Author: madpilot
Date: Wed Apr 10 20:52:57 2019
New Revision: 498598
URL: https://svnweb.freebsd.org/changeset/ports/498598

Log:
  Fix build with GCC-based architectures.
  
  PR:		237175
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/x11/xfce4-screenshooter-plugin/Makefile

Modified: head/x11/xfce4-screenshooter-plugin/Makefile
==============================================================================
--- head/x11/xfce4-screenshooter-plugin/Makefile	Wed Apr 10 20:50:44 2019	(r498597)
+++ head/x11/xfce4-screenshooter-plugin/Makefile	Wed Apr 10 20:52:57 2019	(r498598)
@@ -17,6 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup
 
 USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3
+USE_CSTD=	c99
 USE_GNOME=	cairo glib20 gtk30 intltool libxml2
 USE_XFCE=	panel
 USE_XORG=	ice sm x11 xfixes xext


More information about the svn-ports-all mailing list