pkgsrc/devel/glib2/patches/patch-ad
dmcmahill 37b479265b import glib2-2.0.0
GLib is a library which includes routines for C, providing lists,
trees, hashes, memory allocation functionality and many other things.

glib2 will coexist with glib-1.2.*
2002-03-24 20:27:12 +00:00

11 lines
370 B
Text

$NetBSD: patch-ad,v 1.1.1.1 2002/03/24 20:27:13 dmcmahill Exp $
--- gthread-2.0.pc.in.orig Tue Mar 5 00:17:38 2002
+++ gthread-2.0.pc.in
@@ -7,5 +7,5 @@
Description: Thread support for GLib
Requires: glib-2.0
Version: @VERSION@
-Libs: -L${libdir} -lgthread-2.0 @G_THREAD_LIBS@
+Libs: -L${libdir} -R${libdir} -lgthread-2.0 @G_THREAD_LIBS@
Cflags: @G_THREAD_CFLAGS@