[Bug 228265] audio/fluidsynth: Update to 1.1.11

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 15 07:07:38 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228265

Tobias Kortkamp <tobik at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobik at freebsd.org

--- Comment #3 from Tobias Kortkamp <tobik at freebsd.org> ---
This completely breaks sndio support.  This change to patch-CMakeLists.txt
is wrong:

++    unset ( SNDIO_SUPPORT CACHE )
++    if ( enable-sndio )
++    pkg_check_modules ( SNDIO libsndio>=1.4.0 )
++    set ( SNDIO_SUPPORT ${SNDIO_FOUND} )
++    else ( enable-sndio )
++    unset_pkg_config ( SNDIO )
++    endif ( enable-sndio )

sndio doesn't come with a pkg-config file, so I'm not sure why this was
changed to use pkg_check_modules.  Please keep it like before.  This bit

-+unset ( SNDIO_SUPPORT CACHE )
-+if ( enable-sndio )
-+  set ( SNDIO_SUPPORT 1 )
-+endif ( enable-sndio )

needs to stay like it was.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-multimedia mailing list