[Bug 267181] audio/portaudio: Add missing example headers preventing compilation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Oct 2022 05:31:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267181 --- Comment #4 from Tatsuki Makino <tatsuki_makino@hotmail.com> --- (In reply to Hans Petter Selasky from comment #3) Why is example source code and not pre-built binaries? 🤣 I think the reason you need so many copies of files like that patch is because there are limitations on the functions that can be used in libportaudio. The part that seems to do it is in PA_LDFLAGS of ${WRKSRC}/Makefile.in. The first thing that is no good is that PaUtil is not included in the -export-symbols-regex there. Probably :) Note that switching to CMake is not a solution, since it is no longer possible to create libportaudiocpp. -- You are receiving this mail because: You are on the CC list for the bug.