view src/mingw-portaudio-1-pkgconfig.patch @ 6215:d18a5545df0d release

build-gettext: Don't build emacs bindings. * src/build-gettext.mk: The `emacs` installed on the build system might be incompatible with the STL built by build-gcc. We probably don't need the emacs bindings for the `gettext` build tool anyway. So skip building those bindings.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 07 May 2022 12:01:10 +0200
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@