view src/mingw-portaudio-1-pkgconfig.patch @ 5653:d52c26fc0820

Qhull: Build and install non-reentrant libqhull (bug #60016). * src/qhull.mk: The non-reentrant Qhull library `libqhull` is no longer built with the default build target. Build and install it manually.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 06 Feb 2021 16:51:10 +0100
parents 4e4cb8653942
children
line wrap: on
line source

diff -ur portaudio.orig/portaudio-2.0.pc.in portaudio/portaudio-2.0.pc.in
--- portaudio.orig/portaudio-2.0.pc.in	2015-01-26 13:21:54.575071537 -0500
+++ portaudio/portaudio-2.0.pc.in	2015-01-26 14:27:24.442724865 -0500
@@ -8,5 +8,6 @@
 Requires:
 Version: 19
 
-Libs: -L${libdir} -lportaudio @LIBS@
+Libs: -L${libdir} -lportaudio 
+Libs.private: @LIBS@
 Cflags: -I${includedir} @THREAD_CFLAGS@