summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2008-03-23 17:34:33 +0100
committerTollef Fog Heen <tfheen@err.no>2008-03-23 17:34:33 +0100
commit89932ecfcfc31392884171008d8265ada2631249 (patch)
treea74ee8dfe8147749d209d5862626a2cd2bc0540e /ChangeLog
parentb4cdd181659fa9764736a27af6ddf4a0734075b3 (diff)
downloadpkg-config-89932ecfcfc31392884171008d8265ada2631249.tar.gz
2008-03-23 Tollef Fog Heen <tfheen@err.no>
* main.c (main): Fix small portability problem by defining all the variables in main that are used in the static initialiser as static variables. This makes the IRIX/mipseb compiler happier. Thanks to Roland Illig of NetBSD for the patch. This doesn't apply to some of the Win32 variables, but I don't believe that is a problem with the existing compilers there.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1af79aa..038e4cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-03-23 Tollef Fog Heen <tfheen@err.no>
+
+ * main.c (main): Fix small portability problem by defining all the
+ variables in main that are used in the static initialiser as
+ static variables. This makes the IRIX/mipseb compiler happier.
+ Thanks to Roland Illig of NetBSD for the patch. This doesn't
+ apply to some of the Win32 variables, but I don't believe that is
+ a problem with the existing compilers there.
+
2008-01-31 Tollef Fog Heen <tfheen@err.no>
* configure.in: If prefix is unset, add /usr/lib/pkgconfig and