Date: Tue, 24 Sep 2019 13:07: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: r512710 - head/x11/xfce4-conf Message-ID: <201909241307.x8OD7I5R054783@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Sep 24 13:07:17 2019 New Revision: 512710 URL: https://svnweb.freebsd.org/changeset/ports/512710 Log: x11/xfce4-conf: fix build on GCC architectures Use C11 compiler: /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk' /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here Approved by: mentors (implicit approval) Modified: head/x11/xfce4-conf/Makefile Modified: head/x11/xfce4-conf/Makefile ============================================================================== --- head/x11/xfce4-conf/Makefile Tue Sep 24 10:59:27 2019 (r512709) +++ head/x11/xfce4-conf/Makefile Tue Sep 24 13:07:17 2019 (r512710) @@ -15,8 +15,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-XML-Parser>=2.44:textproc/p5-XML-Parser -USES= gettext-tools gmake gnome libtool pathfix perl5 pkgconfig \ - tar:bzip2 xfce xorg +USES= compiler:c11 gettext-tools gmake gnome libtool pathfix perl5 \ + pkgconfig tar:bzip2 xfce xorg USE_GNOME= glib20 intltool USE_LDCONFIG= yes USE_PERL5= build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909241307.x8OD7I5R054783>