diff options
author | 2002-07-29 13:15:27 +0000 | |
---|---|---|
committer | 2002-07-29 13:15:27 +0000 | |
commit | 7cbd13a2a3430a5ae969a3497817258c42c4bb2c (patch) | |
tree | 47c9b3334581e00db94c9c261caed3bce7461e83 /dev-util/ddd/files | |
parent | version bump, now has GPL-2 license (diff) | |
download | gentoo-2-7cbd13a2a3430a5ae969a3497817258c42c4bb2c.tar.gz gentoo-2-7cbd13a2a3430a5ae969a3497817258c42c4bb2c.tar.bz2 gentoo-2-7cbd13a2a3430a5ae969a3497817258c42c4bb2c.zip |
fix for gcc3.[12]-ness and lintool fix
Diffstat (limited to 'dev-util/ddd/files')
-rw-r--r-- | dev-util/ddd/files/ddd-3.3.1-gcc3-gentoo.patch | 10 | ||||
-rw-r--r-- | dev-util/ddd/files/digest-ddd-3.3.1-r2 | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/ddd/files/ddd-3.3.1-gcc3-gentoo.patch b/dev-util/ddd/files/ddd-3.3.1-gcc3-gentoo.patch new file mode 100644 index 000000000000..325f5abbf2ff --- /dev/null +++ b/dev-util/ddd/files/ddd-3.3.1-gcc3-gentoo.patch @@ -0,0 +1,10 @@ +--- configure.orig 2002-07-29 07:42:32.000000000 -0500 ++++ configure 2002-07-29 07:43:02.000000000 -0500 +@@ -6166,6 +6166,7 @@ + #line 6167 "configure" + #include "confdefs.h" + #include <iostream.h> ++#include <fstream.h> + int main() { + streampos scan_start; + ; return 0; } diff --git a/dev-util/ddd/files/digest-ddd-3.3.1-r2 b/dev-util/ddd/files/digest-ddd-3.3.1-r2 new file mode 100644 index 000000000000..12b848a8cb9a --- /dev/null +++ b/dev-util/ddd/files/digest-ddd-3.3.1-r2 @@ -0,0 +1,2 @@ +MD5 38589618d7cd02a03d062bb116bbf1d2 ddd-3.3.1.tar.gz 5820713 +MD5 e74807d11ae6caaa2f3ef82791384ce0 ddd-3.3.1-html-manual.tar.gz 5129744 |