Hello! How does sound subsystem work in Debian on FreeBSD? It does like on Linux? If I just add a macros for FreeBSD and Hurd, will it work? I cannot test this right now...
22.05.2017 04:23, Aaron M. Ucko пишет:
Source: libtgvoip Version: 0.4.1~git20170517.2ed5a50-1 Severity: important Tags: upstream Justification: fails to build from source Builds of libtgvoip for kfreebsd-* have been failing: /«PKGBUILDDIR»/audio/AudioInput.cpp:27:2: error: #error "Unsupported operating system" Builds for hurd-i386 fail earlier, due to gyp bug #799356, but it looks like they would otherwise hit the same error. Ideally, the build system would actually check for the availability of libasound and libpulse. For the time being, though, it should suffice to treat kFreeBSD (__FreeBSD_kernel__ && __GLIBC__) and the Hurd (__gnu_hurd__) the same as (non-Android) Linux. Could you please take a look? Thanks!