You can use CONFIGURE_ARGS += -DCMAKE_DISABLE_FIND_PACKAGE_PIPEWIRE=Yes
instead of a patch, that ought to work equally well.

3/11/24 16:02, Landry Breuil пишет:
> that ought to fixit - ok ?
> 
> Index: patches/patch-cmake_modules_cmake
> ===================================================================
> RCS file: 
> /cvs/ports/telephony/baresip/baresip/patches/patch-cmake_modules_cmake,v
> retrieving revision 1.2
> diff -u -r1.2 patch-cmake_modules_cmake
> --- patches/patch-cmake_modules_cmake   1 Sep 2023 15:56:49 -0000       1.2
> +++ patches/patch-cmake_modules_cmake   11 Mar 2024 13:01:52 -0000
> @@ -2,7 +2,7 @@
>  Index: cmake/modules.cmake
>  --- cmake/modules.cmake.orig
>  +++ cmake/modules.cmake
> -@@ -12,14 +12,11 @@ find_package(GIO)
> +@@ -12,15 +12,11 @@ find_package(GIO)
>   find_package(GST)
>   find_package(GTK3)
>   find_package(GZRTP)
> @@ -14,6 +14,7 @@
>   find_package(PNG)
>  -find_package(PORTAUDIO)
>  -find_package(PULSE)
> - find_package(PIPEWIRE)
> +-find_package(PIPEWIRE)
>   find_package(SDL)
>   find_package(SNDFILE)
> + find_package(SPANDSP)

Reply via email to