mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -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
467 B
PkgConfig
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
|