14 lines
474 B
Text
14 lines
474 B
Text
$NetBSD: patch-ae,v 1.3 2006/06/22 08:28:34 obache Exp $
|
|
|
|
--- libupnp.pc.in.orig 2006-05-18 16:01:10.000000000 +0900
|
|
+++ libupnp.pc.in
|
|
@@ -6,7 +6,7 @@ includedir=@includedir@
|
|
Name: libupnp
|
|
Description: Linux SDK for UPnP Devices
|
|
Version: @VERSION@
|
|
-Libs: @PTHREAD_LIBS@ -L${libdir} -lupnp -lthreadutil -lixml
|
|
-Cflags: @PTHREAD_CFLAGS@ -I${includedir}
|
|
+Libs: @PTHREAD_LIBS@ -L${libdir} -lupnp -lthreadutil -lixml @LIBS@
|
|
+Cflags: @PTHREAD_CFLAGS@ -I${includedir}/upnp
|
|
|
|
|