freebsd-ports/devel/glib12/files/patch-gmodule.pc.in
Alexander Nedotsukov 807df06858 Fix gmodule and gthread library names in .pc files.
PR:           55745
Submitted by: KATO Tsuguru <tkato@prontomail.com> (based on)
Approved by:  marcus (mentor)
2003-08-21 02:18:15 +00:00

9 lines
327 B
PkgConfig

--- gmodule.pc.in.orig Wed Aug 20 22:07:40 2003
+++ gmodule.pc.in Wed Aug 20 22:08:12 2003
@@ -7,5 +7,5 @@
Description: Dynamic module loader for GLib
Requires: glib
Version: @VERSION@
-Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule @G_MODULE_LIBS@
+Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule12 @G_MODULE_LIBS@
Cflags: