Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2019 17:40:31 +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: r515564 - head/audio/xfce4-mpc-plugin
Message-ID:  <201910241740.x9OHeVJq048901@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910241740.x9OHeVJq048901>