summaryrefslogtreecommitdiff
path: root/devel/pkg-config/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pkg-config/patches/patch-ab')
-rw-r--r--devel/pkg-config/patches/patch-ab12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/pkg-config/patches/patch-ab b/devel/pkg-config/patches/patch-ab
index 30e079dd235..ff662ff57c2 100644
--- a/devel/pkg-config/patches/patch-ab
+++ b/devel/pkg-config/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.4 2007/11/30 22:12:07 wiz Exp $
+$NetBSD: patch-ab,v 1.5 2008/03/04 09:22:27 wiz Exp $
The static variables are needed because they are used in a struct
initializer. The IRIX/mipseb C compiler needs those addresses to be
@@ -6,9 +6,9 @@ constant.
Log all pkg-config calls to a file. Used by pkgtools/verifypc.
---- main.c.orig 2007-06-18 21:35:05.000000000 +0000
+--- main.c.orig 2008-01-16 22:06:48.000000000 +0000
+++ main.c
-@@ -172,27 +172,27 @@ pkg_uninstalled (Package *pkg)
+@@ -173,27 +173,27 @@ pkg_uninstalled (Package *pkg)
int
main (int argc, char **argv)
{
@@ -56,7 +56,7 @@ Log all pkg-config calls to a file. Used by pkgtools/verifypc.
GString *str;
GSList *packages = NULL;
char *search_path;
-@@ -461,12 +461,27 @@ main (int argc, char **argv)
+@@ -472,12 +472,27 @@ main (int argc, char **argv)
gboolean failed = FALSE;
GSList *reqs;
GSList *iter;
@@ -84,7 +84,7 @@ Log all pkg-config calls to a file. Used by pkgtools/verifypc.
while (iter != NULL)
{
Package *req;
-@@ -477,6 +492,18 @@ main (int argc, char **argv)
+@@ -488,6 +503,18 @@ main (int argc, char **argv)
else
req = get_package (ver->name);
@@ -103,7 +103,7 @@ Log all pkg-config calls to a file. Used by pkgtools/verifypc.
if (req == NULL)
{
failed = TRUE;
-@@ -507,6 +534,11 @@ main (int argc, char **argv)
+@@ -518,6 +545,11 @@ main (int argc, char **argv)
iter = g_slist_next (iter);
}