summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-01-04 20:14:03 +0000
committerChris White <chriswhite@gentoo.org>2005-01-04 20:14:03 +0000
commit9e2607ab9011c9d902c6909aef83da938054282b (patch)
treecf17636a9a296f69df317f53e3f07a26c2a03ae8 /net-misc/sitecopy/files
parentStable on amd64 (diff)
downloadhistorical-9e2607ab9011c9d902c6909aef83da938054282b.tar.gz
historical-9e2607ab9011c9d902c6909aef83da938054282b.tar.bz2
historical-9e2607ab9011c9d902c6909aef83da938054282b.zip
Fixed bug #76582 and added a nice gcc3.4 patch to go with it.
Diffstat (limited to 'net-misc/sitecopy/files')
-rw-r--r--net-misc/sitecopy/files/digest-sitecopy-0.14.31
-rw-r--r--net-misc/sitecopy/files/sitecopy-gcc3.4.patch20
2 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/sitecopy/files/digest-sitecopy-0.14.3 b/net-misc/sitecopy/files/digest-sitecopy-0.14.3
new file mode 100644
index 000000000000..d7662859c3cd
--- /dev/null
+++ b/net-misc/sitecopy/files/digest-sitecopy-0.14.3
@@ -0,0 +1 @@
+MD5 bf3f69b46021d633c8e52efa65b12c38 sitecopy-0.14.3.tar.gz 922323
diff --git a/net-misc/sitecopy/files/sitecopy-gcc3.4.patch b/net-misc/sitecopy/files/sitecopy-gcc3.4.patch
new file mode 100644
index 000000000000..7b48a0602824
--- /dev/null
+++ b/net-misc/sitecopy/files/sitecopy-gcc3.4.patch
@@ -0,0 +1,20 @@
+--- gnome/minilist.c.old 2005-01-05 04:25:24.283691792 +0900
++++ gnome/minilist.c 2005-01-05 04:25:36.940767624 +0900
+@@ -191,6 +191,7 @@
+ NE_DEBUG(DEBUG_GNOME, "Removing an item from the ignores list.\n");
+ break;
+ default:
++ ;;
+ }
+ if (the_gui->data)
+ the_gui->data->prev = NULL;
+--- gnome/misc.old 2005-01-05 05:00:55.528693304 +0900
++++ gnome/misc.c 2005-01-05 05:01:07.183921440 +0900
+@@ -310,6 +310,7 @@
+ return;
+ break;
+ default:
++ ;;
+ }
+ }
+ }