Date: Sat, 12 Jan 2019 20:40:31 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490079 - head/audio/kmix Message-ID: <201901122040.x0CKeV7Z054071@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Jan 12 20:40:30 2019 New Revision: 490079 URL: https://svnweb.freebsd.org/changeset/ports/490079 Log: audio/kmix: Don't look for a pulse. - tell cmake we mean it, and disable looking for pulse if the option is off - the previous flags are no longer (maybe ever?) supported. PR: 234894 Reported by: Martin Birgmeier <d8zNeCFG@aon.at> Modified: head/audio/kmix/Makefile Modified: head/audio/kmix/Makefile ============================================================================== --- head/audio/kmix/Makefile Sat Jan 12 19:52:11 2019 (r490078) +++ head/audio/kmix/Makefile Sat Jan 12 20:40:30 2019 (r490079) @@ -31,6 +31,7 @@ OPTIONS_DEFINE= PULSEAUDIO DOCS PULSEAUDIO_LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libpulse.so:audio/pulseaudio PULSEAUDIO_USE= GNOME=glib20 -PULSEAUDIO_CMAKE_BOOL= WITH_Canberra WITH_PulseAudio +PULSEAUDIO_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Canberra \ + CMAKE_DISABLE_FIND_PACKAGE_PulseAudio .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901122040.x0CKeV7Z054071>