1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/gnet-glib2/files/patch-gnet.pc.in
2003-02-23 17:34:03 +00:00

11 lines
483 B
PkgConfig

--- gnet.pc.in.orig Sun Feb 16 15:17:15 2003
+++ gnet.pc.in Sun Feb 16 15:17:39 2003
@@ -6,5 +6,5 @@
Name: Gnet
Description: A network compatibility layer library
Version: @VERSION@
-Libs: -L${libdir} -lgnet @GLIB_LIBS@ @GTHREAD_LIBS@
-Cflags: -I${includedir}/gnet -I${libdir}/gnet/include/ @GLIB_CFLAGS@ @GTHREAD_CFLAGS@
+Libs: -L${libdir} -lgnet-glib2 @GLIB_LIBS@ @GTHREAD_LIBS@
+Cflags: -I${includedir}/gnet-glib2 -I${libdir}/gnet-glib2/include/ @GLIB_CFLAGS@ @GTHREAD_CFLAGS@