Date: Thu, 24 Oct 2019 17:19:43 +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: r515553 - head/audio/xfce4-pulseaudio-plugin Message-ID: <201910241719.x9OHJhU4036346@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910241719.x9OHJhU4036346>