mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
* 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]
11 lines
445 B
PkgConfig
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
|