Date: Sun, 22 Sep 2019 16:34:43 +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: r512593 - head/x11/libxfce4util Message-ID: <201909221634.x8MGYhnQ049256@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun Sep 22 16:34:42 2019 New Revision: 512593 URL: https://svnweb.freebsd.org/changeset/ports/512593 Log: x11/libxfce4util: fix build on GCC architectures Add USES=compiler:c11 to fix: ../libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk' ../libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here Approved by: mentors (implicit approval) Modified: head/x11/libxfce4util/Makefile Modified: head/x11/libxfce4util/Makefile ============================================================================== --- head/x11/libxfce4util/Makefile Sun Sep 22 16:33:25 2019 (r512592) +++ head/x11/libxfce4util/Makefile Sun Sep 22 16:34:42 2019 (r512593) @@ -12,8 +12,8 @@ COMMENT= Extension library for the Xfce desktop enviro LICENSE= GPLv2 -USES= gettext-tools gmake gnome libtool pathfix perl5 pkgconfig \ - tar:bzip2 xfce +USES= compiler:c11 gettext-tools gmake gnome libtool pathfix perl5 \ + pkgconfig tar:bzip2 xfce USE_GNOME= glib20 intltool USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909221634.x8MGYhnQ049256>