From 807df068584199e6e2bb350a100e0896149b0a6e Mon Sep 17 00:00:00 2001 From: Alexander Nedotsukov Date: Thu, 21 Aug 2003 02:18:15 +0000 Subject: Fix gmodule and gthread library names in .pc files. PR: 55745 Submitted by: KATO Tsuguru (based on) Approved by: marcus (mentor) --- devel/glib12/files/patch-gthread.pc.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 devel/glib12/files/patch-gthread.pc.in (limited to 'devel/glib12/files/patch-gthread.pc.in') 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@ -- cgit v1.2.3