svn commit: r513612 - head/sysutils/xfce4-mount-plugin

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 2 19:36:26 UTC 2019


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


More information about the svn-ports-head mailing list