diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-17 19:45:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-18 15:27:39 +0100 |
commit | dfb9930ecd68a810ac82f2501f64338529532743 (patch) | |
tree | a4b6a7ff6acacafea3bbde3ef1994f66b56cf194 /dev-debug/ddd/files/ddd-3.3.12-gcc44.patch | |
parent | Move {dev-util → dev-debug}/ald (diff) | |
download | gentoo-dfb9930ecd68a810ac82f2501f64338529532743.tar.gz gentoo-dfb9930ecd68a810ac82f2501f64338529532743.tar.bz2 gentoo-dfb9930ecd68a810ac82f2501f64338529532743.zip |
Move {dev-util → dev-debug}/ddd
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-debug/ddd/files/ddd-3.3.12-gcc44.patch')
-rw-r--r-- | dev-debug/ddd/files/ddd-3.3.12-gcc44.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-debug/ddd/files/ddd-3.3.12-gcc44.patch b/dev-debug/ddd/files/ddd-3.3.12-gcc44.patch new file mode 100644 index 000000000000..2464b2b4a9c4 --- /dev/null +++ b/dev-debug/ddd/files/ddd-3.3.12-gcc44.patch @@ -0,0 +1,10 @@ +--- ddd-3.3.12-orig/ddd/strclass.C ++++ ddd-3.3.12/ddd/strclass.C +@@ -39,6 +39,7 @@ + #include <limits.h> + #include <new> + #include <stdlib.h> ++#include <stdio.h> + + void string::error(const char* msg) const + { |