e2afa97f51
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
11 lines
359 B
Text
11 lines
359 B
Text
$NetBSD: patch-ah,v 1.2 2002/08/25 18:38:29 jlam Exp $
|
|
|
|
--- gthread.pc.in.orig Thu Nov 30 11:15:33 2000
|
|
+++ gthread.pc.in
|
|
@@ -7,5 +7,5 @@ Name: GThread
|
|
Description: Thread support for GLib
|
|
Requires: glib
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -lgthread @G_THREAD_LIBS@
|
|
+Libs: -L${libdir} -Wl,-R${libdir} -lgthread @G_THREAD_LIBS@
|
|
Cflags: @G_THREAD_CFLAGS@
|