diff options
author | tron <tron@pkgsrc.org> | 2004-05-04 11:46:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-05-04 11:46:26 +0000 |
commit | de813baa960f2bc94b3d9ca4fdd47e6037497156 (patch) | |
tree | 4ea2b27ff46aa4c28937feae5ece667f5f8781d3 /devel/GConf2 | |
parent | 67d3e7566cde3f6a0f817eb2aa945ee640346507 (diff) | |
download | pkgsrc-de813baa960f2bc94b3d9ca4fdd47e6037497156.tar.gz |
Remove extra semicolon in variable declaration which breaks build with
at least GCC 2.95.3.
Diffstat (limited to 'devel/GConf2')
-rw-r--r-- | devel/GConf2/distinfo | 3 | ||||
-rw-r--r-- | devel/GConf2/patches/patch-aa | 12 |
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; |