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
This commit is contained in:
Joe Marcus Clarke 2002-06-14 04:20:57 +00:00
parent a478f11a0d
commit b525ae5416
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61243
4 changed files with 10 additions and 11 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= glib
PORTVERSION= 1.2.10
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/glib

View file

@ -1,13 +1,11 @@
$FreeBSD$
--- glib.pc.in 2002/06/10 15:31:17 1.1
+++ glib.pc.in 2002/06/10 15:31:24
--- 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}/glib-1.2 -I${libdir}/glib/include
+Cflags: -I${includedir}

View file

@ -7,7 +7,7 @@
PORTNAME= gtk
PORTVERSION= 1.2.10
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gtk+

View file

@ -1,9 +1,10 @@
--- gdk.pc.in.orig Thu Jun 13 17:39:33 2002
+++ gdk.pc.in Thu Jun 13 17:39:43 2002
--- gdk.pc.in.orig Wed Nov 29 20:18:35 2000
+++ gdk.pc.in Fri Jun 14 00:04:34 2002
@@ -7,5 +7,5 @@
Description: GIMP Drawing Kit
Version: @VERSION@
Requires: glib
-Libs: -L${libdir} @x_ldflags@ -lgdk @INTLLIBS@ @GDK_WLIBS@ @x_libs@ -lm
-Cflags: -I${includedir}/gtk-1.2 @x_cflags@
+Libs: -L${libdir} @x_ldflags@ -lgdk12 @INTLLIBS@ @GDK_WLIBS@ @x_libs@ -lm
Cflags: -I${includedir}/gtk-1.2 @x_cflags@
+Cflags: -I${includedir} @x_cflags@