svn commit: r515564 - head/audio/xfce4-mpc-plugin

Piotr Kubaj pkubaj at FreeBSD.org
Thu Oct 24 17:40:31 UTC 2019


Author: pkubaj
Date: Thu Oct 24 17:40:30 2019
New Revision: 515564
URL: https://svnweb.freebsd.org/changeset/ports/515564

Log:
  audio/xfce4-mpc-plugin: fix build on GCC architectures
  
  Same problem as other XFCE4 ports.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/audio/xfce4-mpc-plugin/Makefile

Modified: head/audio/xfce4-mpc-plugin/Makefile
==============================================================================
--- head/audio/xfce4-mpc-plugin/Makefile	Thu Oct 24 17:20:52 2019	(r515563)
+++ head/audio/xfce4-mpc-plugin/Makefile	Thu Oct 24 17:40:30 2019	(r515564)
@@ -15,7 +15,8 @@ LICENSE=	ISCL
 LIB_DEPENDS=	libmpd.so:audio/libmpd
 RUN_DEPENDS=	musicpd:audio/musicpd
 
-USES=		gettext-tools gmake libtool pkgconfig tar:bzip2 xfce
+USES=		compiler:c11 gettext-tools gmake libtool pkgconfig tar:bzip2 \
+		xfce
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool
 USE_XFCE=	panel
 


More information about the svn-ports-head mailing list