mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
10 lines
444 B
PkgConfig
10 lines
444 B
PkgConfig
--- avahi-compat-libdns_sd.pc.in.orig 2011-12-30 21:26:44 UTC
|
|
+++ avahi-compat-libdns_sd.pc.in
|
|
@@ -6,5 +6,5 @@ includedir=${prefix}/include/avahi-compa
|
|
Name: avahi-compat-libdns_sd
|
|
Description: Avahi Multicast DNS Responder (libdns_sd Compatibility)
|
|
Version: @PACKAGE_VERSION@
|
|
-Libs: -L${libdir} -ldns_sd
|
|
-Cflags: -D_REENTRANT -I${includedir}
|
|
+Libs: -L${libdir} -ldns_sd @PTHREAD_LIBS@
|
|
+Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir}
|