svn commit: r490079 - head/audio/kmix

Tobias C. Berner tcberner at FreeBSD.org
Sat Jan 12 20:40:31 UTC 2019


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 at 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>


More information about the svn-ports-head mailing list