svn commit: r561380 - branches/2021Q1/deskutils/xfce4-tumbler
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Jan 12 20:51:01 UTC 2021
Author: pkubaj
Date: Tue Jan 12 20:51:00 2021
New Revision: 561380
URL: https://svnweb.freebsd.org/changeset/ports/561380
Log:
MFH: r561378
deskutils/xfce4-tumbler: fix build on GCC architectures
/usr/local/include/webkitgtk-4.0/webkit2/WebKitUserContentFilterStore.h:49: error: redefinition of typedef 'WebKitUserContentFilter'
Modified:
branches/2021Q1/deskutils/xfce4-tumbler/Makefile
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/deskutils/xfce4-tumbler/Makefile
==============================================================================
--- branches/2021Q1/deskutils/xfce4-tumbler/Makefile Tue Jan 12 20:50:23 2021 (r561379)
+++ branches/2021Q1/deskutils/xfce4-tumbler/Makefile Tue Jan 12 20:51:00 2021 (r561380)
@@ -17,8 +17,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