Date: Tue, 12 Jan 2021 20:50:18 +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: r561378 - head/deskutils/xfce4-tumbler Message-ID: <202101122050.10CKoIYt077792@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101122050.10CKoIYt077792>