svn commit: r515553 - head/audio/xfce4-pulseaudio-plugin

Piotr Kubaj pkubaj at FreeBSD.org
Thu Oct 24 17:19:44 UTC 2019


Author: pkubaj
Date: Thu Oct 24 17:19:43 2019
New Revision: 515553
URL: https://svnweb.freebsd.org/changeset/ports/515553

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

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

Modified: head/audio/xfce4-pulseaudio-plugin/Makefile
==============================================================================
--- head/audio/xfce4-pulseaudio-plugin/Makefile	Thu Oct 24 17:19:36 2019	(r515552)
+++ head/audio/xfce4-pulseaudio-plugin/Makefile	Thu Oct 24 17:19:43 2019	(r515553)
@@ -17,8 +17,8 @@ LIB_DEPENDS=	libpulse-mainloop-glib.so:audio/pulseaudi
 		libdbus-glib-1.so:devel/dbus-glib
 RUN_DEPENDS=	pavucontrol>=2.0:audio/pavucontrol
 
-USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \
-		xfce xorg
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
+		tar:bzip2 xfce xorg
 USE_GNOME=	cairo glib20 gtk30 intltool libwnck3
 USE_XFCE=	panel
 USE_XORG=	x11


More information about the svn-ports-head mailing list