ports/audio/pulseaudio/files/patch-libpulse-simple.pc.in
Joe Marcus Clarke 4ba786e49d * Update to 0.9.5
* Respect PTHREAD_{CFLAGS,LIBS}
* Make sure pulse-dependent applications are linked against PTHREAD_LIBS [1]
* Add missing pulse and pulse-access user and groups

Reported by:	Romain Tartiere <romain@blogreen.org> [1]
2007-04-30 00:20:33 +00:00

11 lines
467 B
PkgConfig

--- libpulse-simple.pc.in.orig Sun Apr 29 19:26:00 2007
+++ libpulse-simple.pc.in Sun Apr 29 19:26:18 2007
@@ -6,6 +6,6 @@ includedir=${prefix}/include
Name: libpulse-simple
Description: Simplified Synchronous Client Interface to PulseAudio
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lpulse-simple
-Cflags: -D_REENTRANT -I${includedir}
+Libs: -L${libdir} @PTHREAD_LIBS@ -lpulse-simple
+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir}
Requires: libpulse