summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron>2004-05-04 11:46:26 +0000
committertron <tron>2004-05-04 11:46:26 +0000
commitcf9f80408da349648aa6dd35e0bfc1c10a06fc25 (patch)
tree4ea2b27ff46aa4c28937feae5ece667f5f8781d3 /devel
parent1861c1f80b3c571d33643831433caf725506ff86 (diff)
downloadpkgsrc-cf9f80408da349648aa6dd35e0bfc1c10a06fc25.tar.gz
Remove extra semicolon in variable declaration which breaks build with
at least GCC 2.95.3.
Diffstat (limited to 'devel')
-rw-r--r--devel/GConf2/distinfo3
-rw-r--r--devel/GConf2/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/GConf2/distinfo b/devel/GConf2/distinfo
index b6bf67f0baa..1c0aa4d2630 100644
--- a/devel/GConf2/distinfo
+++ b/devel/GConf2/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.12 2004/05/03 21:01:56 jmmv Exp $
+$NetBSD: distinfo,v 1.13 2004/05/04 11:46:26 tron Exp $
SHA1 (GConf-2.6.1.tar.bz2) = 807ad0852ce761f5c6ee7970c8a7f63b4e0fe531
Size (GConf-2.6.1.tar.bz2) = 1483080 bytes
+SHA1 (patch-aa) = d53e3429bdc36edd94bd343f81db08959354678d
SHA1 (patch-ab) = eb9ffa0ec87fe21b0f754aef019221d619b37b11
SHA1 (patch-ac) = 95fdcf832a0c1fb4744a0e12be08b1314c6a923b
SHA1 (patch-ad) = ef6172650190df26f0a829506e99b0c65c8d2385
diff --git a/devel/GConf2/patches/patch-aa b/devel/GConf2/patches/patch-aa
new file mode 100644
index 00000000000..2a21ed09ec7
--- /dev/null
+++ b/devel/GConf2/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.7 2004/05/04 11:46:26 tron Exp $
+
+--- gconf/gconf-internals.c.orig Mon Apr 19 12:08:20 2004
++++ gconf/gconf-internals.c Tue May 4 13:43:58 2004
+@@ -2839,7 +2839,6 @@
+ GError **error)
+ {
+ ConfigServer server = CORBA_OBJECT_NIL;
+-;
+ int p[2] = { -1, -1 };
+ char buf[1];
+ GError *tmp_err;