1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/glib12/files/patch-glib.pc.in
Joe Marcus Clarke b525ae5416 Fix another problem in the pkgconfig files for these ports. After running
a build of xscreensaver and xscreensaver-gnome, everything looks good.

Reported by:	dougb
2002-06-14 04:20:57 +00:00

12 lines
306 B
PkgConfig

--- glib.pc.in.orig Wed Nov 29 20:15:33 2000
+++ glib.pc.in Fri Jun 14 00:07:23 2002
@@ -6,6 +6,6 @@
Name: GLib
Description: C Utility Library
Version: @VERSION@
-Libs: -L${libdir} -lglib
-Cflags: -I${includedir}/glib-1.2 -I${libdir}/glib/include
+Libs: -L${libdir} -lglib12
+Cflags: -I${includedir}