jackit port installs .la files in /usr/local/lib. Can we remove them to prevent odd build problems? libjack.la causes gst-plugins-good to fail to build in jhbuild because wrong version of libpangoft2-1.0.so.0 is found during linking: /home/lantw44/gnome/devinstall/lib/libgtk-3.so: undefined reference to `pango_fc_font_map_config_changed' clang: error: linker command failed with exit code 1 (use -v to see invocation) Remove libjack.la fixes the problem.
A commit references this bug: Author: kwm Date: Mon Aug 3 06:53:04 UTC 2015 New revision: 393465 URL: https://svnweb.freebsd.org/changeset/ports/393465 Log: Drop :keepla from the libtool USES. PR: 202048 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Changes: head/audio/jack/Makefile head/audio/jack/pkg-plist