summaryrefslogtreecommitdiff
path: root/devel/glib12/files/patch-gthread.pc.in
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2003-08-21 02:18:15 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2003-08-21 02:18:15 +0000
commit807df068584199e6e2bb350a100e0896149b0a6e (patch)
tree733868e3a143948e9597361cab9ced018f4c74d0 /devel/glib12/files/patch-gthread.pc.in
parentUpdate to 0.14.0.96. (diff)
Fix gmodule and gthread library names in .pc files.
PR: 55745 Submitted by: KATO Tsuguru <tkato@prontomail.com> (based on) Approved by: marcus (mentor)
Notes
Notes: svn path=/head/; revision=87415
Diffstat (limited to '')
-rw-r--r--devel/glib12/files/patch-gthread.pc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/glib12/files/patch-gthread.pc.in b/devel/glib12/files/patch-gthread.pc.in
new file mode 100644
index 000000000000..175af0bd62ba
--- /dev/null
+++ b/devel/glib12/files/patch-gthread.pc.in
@@ -0,0 +1,9 @@
+--- 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} -lgthread12 @G_THREAD_LIBS@
+ Cflags: @G_THREAD_CFLAGS@