diff options
author | 2008-05-10 03:27:28 +0000 | |
---|---|---|
committer | 2008-05-10 03:27:28 +0000 | |
commit | 60a342515c97d69b33585f8c32f9e1c7d0633b66 (patch) | |
tree | 09c2370e6fb7d9043defa88a8b59ed3eecbc164c /app-accessibility/epos/files/epos-2.5.37-gcc43.patch | |
parent | added Greenhouse licence for games-server/greenhouse (bug #217901) (diff) | |
download | historical-60a342515c97d69b33585f8c32f9e1c7d0633b66.tar.gz historical-60a342515c97d69b33585f8c32f9e1c7d0633b66.tar.bz2 historical-60a342515c97d69b33585f8c32f9e1c7d0633b66.zip |
Add patch to fix compilation with gcc-4.3 by Peter Alfredsen <peter DOT alfredsen AT gmail DOT com>; bug #217606
Package-Manager: portage-2.1.5_rc7
Diffstat (limited to 'app-accessibility/epos/files/epos-2.5.37-gcc43.patch')
-rw-r--r-- | app-accessibility/epos/files/epos-2.5.37-gcc43.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-accessibility/epos/files/epos-2.5.37-gcc43.patch b/app-accessibility/epos/files/epos-2.5.37-gcc43.patch new file mode 100644 index 000000000000..4a61b5ffd04b --- /dev/null +++ b/app-accessibility/epos/files/epos-2.5.37-gcc43.patch @@ -0,0 +1,23 @@ +--- epos-2.5.37.orig/src/nnet/neural.cc ++++ epos-2.5.37/src/nnet/neural.cc +@@ -38,7 +38,7 @@ + #include <string.h> + #include <ctype.h> + #include <stdlib.h> +-#include <iostream.h> ++#include <iostream> + #include <time.h> + + /* +--- epos-2.5.37.orig/arch/win/service/install.cpp ++++ epos-2.5.37/arch/win/service/install.cpp +@@ -23,7 +23,7 @@ + #include <winsvc.h> + #include "service.h" + #include <stdio.h> //sprintf & fopen +-#include <iostream.h> ++#include <iostream> + #include "Shlwapi.h" + + SC_HANDLE scm; + |