freebsd-ports/devel/glib12/files/patch-gthread.pc.in
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

9 lines
301 B
PkgConfig

--- gthread.pc.in.orig Wed Aug 20 22:07:53 2003
+++ gthread.pc.in Wed Aug 20 22:08:33 2003
@@ -7,5 +7,5 @@
Description: Thread support for GLib
Requires: glib
Version: @VERSION@
-Libs: -L${libdir} -lgthread @G_THREAD_LIBS@
+Libs: -L${libdir} -lgthread-12 @G_THREAD_LIBS@
Cflags: @G_THREAD_CFLAGS@