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
386 B
Text
11 lines
386 B
Text
$NetBSD: patch-ag,v 1.2 2002/08/25 18:38:29 jlam Exp $
|
|
|
|
--- gmodule.pc.in.orig Thu Nov 30 11:15:33 2000
|
|
+++ gmodule.pc.in
|
|
@@ -7,5 +7,5 @@ Name: GModule
|
|
Description: Dynamic module loader for GLib
|
|
Requires: glib
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule @G_MODULE_LIBS@
|
|
+Libs: -L${libdir} -Wl,-R${libdir} @G_MODULE_LDFLAGS@ -lgmodule @G_MODULE_LIBS@
|
|
Cflags:
|