diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-03 15:49:55 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-03 15:49:55 +0000 |
commit | 8469448e52358e1a33de8946ebb0b9825a6eb8db (patch) | |
tree | 68bffb6f243a038a2ac072e2d00394af9e1d9dba /sci-calculators/tiemu/files | |
parent | Link with libm wrt bug #246727 (diff) | |
download | gentoo-2-8469448e52358e1a33de8946ebb0b9825a6eb8db.tar.gz gentoo-2-8469448e52358e1a33de8946ebb0b9825a6eb8db.tar.bz2 gentoo-2-8469448e52358e1a33de8946ebb0b9825a6eb8db.zip |
Initial import from sunrise, thanks to Christian Helbling and all contributors in bug #112985
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators/tiemu/files')
-rw-r--r-- | sci-calculators/tiemu/files/tiemu-3.02-gcc43.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-calculators/tiemu/files/tiemu-3.02-gcc43.patch b/sci-calculators/tiemu/files/tiemu-3.02-gcc43.patch new file mode 100644 index 000000000000..341fff99ad35 --- /dev/null +++ b/sci-calculators/tiemu/files/tiemu-3.02-gcc43.patch @@ -0,0 +1,10 @@ +--- src/ipc/dcop/dcop.cpp~ 2007-12-14 21:28:08.000000000 +0000 ++++ src/ipc/dcop/dcop.cpp 2009-02-03 14:25:32.225109255 +0000 +@@ -18,6 +18,7 @@ + */ + + #include <cstdlib> ++#include <cstring> + #include <glib.h> + #include <gtk/gtk.h> + #include <dcopobject.h> |