ports/audio/pulseaudio/files/patch-libpulse-browse.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
445 B
PkgConfig

--- libpulse-browse.pc.in.orig Sun Apr 29 19:26:35 2007
+++ libpulse-browse.pc.in Sun Apr 29 19:26:54 2007
@@ -6,6 +6,6 @@ includedir=${prefix}/include
Name: libpulse-browse
Description: PulseAudio Network Browsing API
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lpulse-browse
-Cflags: -D_REENTRANT -I${includedir}
+Libs: -L${libdir} @PTHREAD_LIBS@ -lpulse-browse
+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir}
Requires: libpulse