summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-01-10 21:19:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-01-10 21:19:29 +0000
commite4777918a1f06fe24a8886f9e6815e539d504b24 (patch)
tree415bb2ef0d20d6aff65d77dbd488420368092a61 /games-puzzle/xye/files
parentMoved the installation of profile files from sci-chemistry/ccp4-apps to sci-l... (diff)
downloadhistorical-e4777918a1f06fe24a8886f9e6815e539d504b24.tar.gz
historical-e4777918a1f06fe24a8886f9e6815e539d504b24.tar.bz2
historical-e4777918a1f06fe24a8886f9e6815e539d504b24.zip
old
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'games-puzzle/xye/files')
-rw-r--r--games-puzzle/xye/files/xye-0.8.0-gcc43.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/games-puzzle/xye/files/xye-0.8.0-gcc43.patch b/games-puzzle/xye/files/xye-0.8.0-gcc43.patch
deleted file mode 100644
index 05659a6e5e23..000000000000
--- a/games-puzzle/xye/files/xye-0.8.0-gcc43.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/browser.cpp
-+++ src/browser.cpp
-@@ -17,11 +17,12 @@
-
- #include "browser.h"
-
--#include <errno.h>
-+#include <cerrno>
-
--#include <stdio.h>
--#include <stdlib.h>
-+#include <cstdio>
-+#include <cstdlib>
- #include <string>
-+#include <cstring>
-
-
-
---- src/command.cpp
-+++ src/command.cpp
-@@ -1,3 +1,4 @@
-+#include <cstdlib>
- #include "command.h"
-
-