Date: Fri, 02 Jan 2015 10:21:22 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 196427] [PATCH] fix audio/portaudio, audio/portaudio2 libraries detection Message-ID: <bug-196427-12827-yKcnuIy0fM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-196427-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-196427-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196427 --- Comment #6 from Pawel Pekala <pawel@FreeBSD.org> --- > How do the packages know which library to use if both are installed? Do you > need to update some .pc files aswell? With audio/portaudio2 this should be easy as long you follow what pkgconfig gives you, there are separate directories for includes and library: /usr/local/include/portaudio2 /usr/local/lib/portaudio2. audio/portaudio is a mixed bag depending on upstream configure scripts as there is no pkgconfig pc file for this port. -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196427-12827-yKcnuIy0fM>