view src/mingw-portaudio-1-pkgconfig.patch @ 3948:1fea617cdf13

of-odepkg: update to v0.8.5 * src/of-odepkg.mk: update version, checksum, compile if binary package * build_packages.m: add odepkg back to install script * Makefile.am: add of-odepkg back to installed of packages
author John Donoghue
date Thu, 21 May 2015 13:51:16 -0400
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@