diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-24 02:52:44 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-24 02:52:44 +0000 |
commit | 24bdc0b8050ca6af666c3666d32a1af27b65a8a6 (patch) | |
tree | 957160647e4f437f167e3e4b1f9d5ef861360f14 /media-gfx/scigraphica/files | |
parent | Moving to media-gfx/scigraphica (diff) | |
download | gentoo-2-24bdc0b8050ca6af666c3666d32a1af27b65a8a6.tar.gz gentoo-2-24bdc0b8050ca6af666c3666d32a1af27b65a8a6.tar.bz2 gentoo-2-24bdc0b8050ca6af666c3666d32a1af27b65a8a6.zip |
Moved from app-sci/scigraphica to media-gfx/scigraphica.
Diffstat (limited to 'media-gfx/scigraphica/files')
-rw-r--r-- | media-gfx/scigraphica/files/digest-scigraphica-0.8.0-r2 | 1 | ||||
-rw-r--r-- | media-gfx/scigraphica/files/gcc3.4.patch | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/media-gfx/scigraphica/files/digest-scigraphica-0.8.0-r2 b/media-gfx/scigraphica/files/digest-scigraphica-0.8.0-r2 new file mode 100644 index 000000000000..16631c877734 --- /dev/null +++ b/media-gfx/scigraphica/files/digest-scigraphica-0.8.0-r2 @@ -0,0 +1 @@ +MD5 8527c80fe75bc4f72c14548c7a2b0b71 scigraphica-0.8.0.tar.gz 841199 diff --git a/media-gfx/scigraphica/files/gcc3.4.patch b/media-gfx/scigraphica/files/gcc3.4.patch new file mode 100644 index 000000000000..0a8c392a1738 --- /dev/null +++ b/media-gfx/scigraphica/files/gcc3.4.patch @@ -0,0 +1,21 @@ +diff -ru src/python/python_config.c src.new/python/python_config.c +--- src/python/python_config.c 2001-11-30 18:03:23.000000000 +0100 ++++ src.new/python/python_config.c 2004-11-30 15:33:59.000000000 +0100 +@@ -235,7 +235,7 @@ + if (func) func(GTK_WIDGET(widget),&my_var_info[i]); + } + break; +- default: ++ default: ; + } + } + #ifdef WITH_GNOME +@@ -609,7 +609,7 @@ + + break; + +- default: ++ default:; + } + } + |