opnsense-ports/devel/upnp/files/patch-libupnp.pc.in

12 lines
401 B
PkgConfig

--- libupnp.pc.in.orig 2010-10-19 17:31:19 UTC
+++ libupnp.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: libupnp
Description: Linux SDK for UPnP Devices
Version: @VERSION@
-Libs: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ -L${libdir} -lupnp -lthreadutil -lixml
-Cflags: @PTHREAD_CFLAGS@ -I${includedir}/upnp
+Libs: -pthread -L${libdir} -lupnp -lthreadutil -lixml @LIBS@
+Cflags: -I${includedir}/upnp