Index: patch-parse.c =================================================================== RCS file: /home/ncvs/ports/devel/pkgconfig/files/patch-parse.c,v retrieving revision 1.1 diff -u -r1.1 patch-parse.c --- patch-parse.c 1 Aug 2001 17:46:50 -0000 1.1 +++ patch-parse.c 19 Nov 2001 15:59:11 -0000 @@ -1,8 +1,8 @@ $FreeBSD$ ---- parse.c 2001/08/01 07:24:17 1.1 -+++ parse.c 2001/08/01 07:25:02 +--- parse.c.orig Wed Jul 11 00:59:42 2001 ++++ parse.c Mon Nov 19 10:58:36 2001 @@ -952,9 +952,9 @@ { char *output; @@ -32,3 +32,29 @@ g_free (output); return pkg; +@@ -979,9 +979,9 @@ + { + char *output; + +- debug_spew ("Calling gtk-config\n"); ++ debug_spew ("Calling gtk12-config\n"); + +- pkg->version = backticks ("gtk-config --version"); ++ pkg->version = backticks ("gtk12-config --version"); + if (pkg->version == NULL) + { + g_free (pkg); +@@ -992,11 +992,11 @@ + pkg->key = g_strdup ("gtk+"); + pkg->description = g_strdup ("GIMP Tool Kit"); + +- output = backticks ("gtk-config --libs"); ++ output = backticks ("gtk12-config --libs"); + parse_libs (pkg, output, "gtk-config"); + g_free (output); + +- output = backticks ("gtk-config --cflags"); ++ output = backticks ("gtk12-config --cflags"); + parse_cflags (pkg, output, "gtk-config"); + g_free (output); +