Date: Wed, 10 Apr 2019 20:52:58 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498598 - head/x11/xfce4-screenshooter-plugin Message-ID: <201904102052.x3AKqwVi062067@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904102052.x3AKqwVi062067>