From a445d926254533140d3ef3c969050055825076eb Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 12 Jan 2021 20:50:17 +0000 Subject: [PATCH] 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 --- deskutils/xfce4-tumbler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deskutils/xfce4-tumbler/Makefile b/deskutils/xfce4-tumbler/Makefile index c84facd26967..329670bab1ae 100644 --- a/deskutils/xfce4-tumbler/Makefile +++ b/deskutils/xfce4-tumbler/Makefile @@ -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