Date: Wed, 2 Oct 2019 19:36:26 +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: r513612 - head/sysutils/xfce4-mount-plugin Message-ID: <201910021936.x92JaQHn070424@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Oct 2 19:36:25 2019 New Revision: 513612 URL: https://svnweb.freebsd.org/changeset/ports/513612 Log: sysutils/xfce4-mount-plugin: fix build on GCC architectures Needs C11 compiler. Approved by: mentors (implicit approval) Modified: head/sysutils/xfce4-mount-plugin/Makefile Modified: head/sysutils/xfce4-mount-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-mount-plugin/Makefile Wed Oct 2 19:29:55 2019 (r513611) +++ head/sysutils/xfce4-mount-plugin/Makefile Wed Oct 2 19:36:25 2019 (r513612) @@ -13,7 +13,8 @@ COMMENT= Mount and umount utility for the Xfce4 panel LICENSE= GPLv2 -USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce +USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ + tar:bzip2 xfce USE_GNOME= cairo gtk30 intltool USE_LDCONFIG= yes USE_XFCE= panel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910021936.x92JaQHn070424>