diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-07-27 19:29:16 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-07-27 19:29:16 +0000 |
commit | 60410faf46e0fc83a356be343205aa6889ceb8f0 (patch) | |
tree | 19afbf79b725c7bd81a6aa943fc3894f2742050e /net-www/epiphany/files | |
parent | marking stable, added postinst note (diff) | |
download | gentoo-2-60410faf46e0fc83a356be343205aa6889ceb8f0.tar.gz gentoo-2-60410faf46e0fc83a356be343205aa6889ceb8f0.tar.bz2 gentoo-2-60410faf46e0fc83a356be343205aa6889ceb8f0.zip |
remove Werror from build
Diffstat (limited to 'net-www/epiphany/files')
-rw-r--r-- | net-www/epiphany/files/digest-epiphany-0.7.0 | 1 | ||||
-rw-r--r-- | net-www/epiphany/files/digest-epiphany-0.7.3 | 1 | ||||
-rw-r--r-- | net-www/epiphany/files/digest-epiphany-0.7.3-r1 | 1 | ||||
-rw-r--r-- | net-www/epiphany/files/ppc_va_list.patch | 14 |
4 files changed, 0 insertions, 17 deletions
diff --git a/net-www/epiphany/files/digest-epiphany-0.7.0 b/net-www/epiphany/files/digest-epiphany-0.7.0 deleted file mode 100644 index d9ca8eedb50a..000000000000 --- a/net-www/epiphany/files/digest-epiphany-0.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 db0e1071f9cc1b7dac1854557c27a177 epiphany-0.7.0.tar.bz2 1194230 diff --git a/net-www/epiphany/files/digest-epiphany-0.7.3 b/net-www/epiphany/files/digest-epiphany-0.7.3 deleted file mode 100644 index c99f897ea172..000000000000 --- a/net-www/epiphany/files/digest-epiphany-0.7.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 10c9481303255bd7a356964ed8392ab6 epiphany-0.7.3.tar.bz2 1193899 diff --git a/net-www/epiphany/files/digest-epiphany-0.7.3-r1 b/net-www/epiphany/files/digest-epiphany-0.7.3-r1 deleted file mode 100644 index c99f897ea172..000000000000 --- a/net-www/epiphany/files/digest-epiphany-0.7.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 10c9481303255bd7a356964ed8392ab6 epiphany-0.7.3.tar.bz2 1193899 diff --git a/net-www/epiphany/files/ppc_va_list.patch b/net-www/epiphany/files/ppc_va_list.patch deleted file mode 100644 index 513fde6e9df9..000000000000 --- a/net-www/epiphany/files/ppc_va_list.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ruN epiphany-0.7.0.orig/lib/ephy-node.c epiphany-0.7.0/lib/ephy-node.c ---- epiphany-0.7.0.orig/lib/ephy-node.c 2003-06-09 17:27:08.000000000 +0200 -+++ epiphany-0.7.0/lib/ephy-node.c 2003-06-09 17:28:16.000000000 +0200 -@@ -115,7 +115,9 @@ - static void - callback (long id, EphyNodeSignalData *data, gpointer *user_data) - { -- va_list valist = (va_list) user_data[0]; -+ va_list valist; -+ /* workaround for gcc on ppc*/ - EphyNodeSignalType type = GPOINTER_TO_INT (user_data[1]); -+ __va_copy(valist, user_data[0]); - - if (data->type != type) return; |