svn commit: r561378 - head/deskutils/xfce4-tumbler

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jan 12 20:50:18 UTC 2021


Author: pkubaj
Date: Tue Jan 12 20:50:17 2021
New Revision: 561378
URL: https://svnweb.freebsd.org/changeset/ports/561378

Log:
  deskutils/xfce4-tumbler: fix build on GCC architectures
  
  /usr/local/include/webkitgtk-4.0/webkit2/WebKitUserContentFilterStore.h:49: error: redefinition of typedef 'WebKitUserContentFilter'
  
  MFH:		2021Q1

Modified:
  head/deskutils/xfce4-tumbler/Makefile

Modified: head/deskutils/xfce4-tumbler/Makefile
==============================================================================
--- head/deskutils/xfce4-tumbler/Makefile	Tue Jan 12 20:43:56 2021	(r561377)
+++ head/deskutils/xfce4-tumbler/Makefile	Tue Jan 12 20:50:17 2021	(r561378)
@@ -18,8 +18,8 @@ LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		gettext-tools gmake gnome libtool localbase:ldflags pathfix \
-		pkgconfig tar:bzip2 xfce
+USES=		compiler:c11 gettext-tools gmake gnome libtool \
+		localbase:ldflags pathfix pkgconfig tar:bzip2 xfce
 USE_GNOME=	cairo gdkpixbuf2 glib20 intltool libgsf librsvg2
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list