Date: Mon, 30 Sep 2019 20:57:55 +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: r513420 - head/x11-wm/xfce4-session Message-ID: <201909302057.x8UKvtS7095934@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Mon Sep 30 20:57:55 2019 New Revision: 513420 URL: https://svnweb.freebsd.org/changeset/ports/513420 Log: x11-wm/xfce4-session: fix build on GCC architectures Use C11 compiler: /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h: At top level: /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-wm/xfce4-session/Makefile Modified: head/x11-wm/xfce4-session/Makefile ============================================================================== --- head/x11-wm/xfce4-session/Makefile Mon Sep 30 20:56:49 2019 (r513419) +++ head/x11-wm/xfce4-session/Makefile Mon Sep 30 20:57:55 2019 (r513420) @@ -19,8 +19,8 @@ RUN_DEPENDS= iceauth:x11/iceauth \ LIB_DEPENDS= libupower-glib.so:sysutils/upower \ libpolkit-gobject-1.so:sysutils/polkit -USES= gettext-tools gmake gnome libtool pathfix pkgconfig \ - tar:bzip2 xfce xorg +USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \ + pkgconfig tar:bzip2 xfce xorg USE_GNOME= cairo gtk30 glib20 intltool libwnck3 USE_XFCE= libexo xfconf USE_XORG= ice sm x11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909302057.x8UKvtS7095934>