summaryrefslogtreecommitdiff
path: root/games-util/dfhack/files/dfhack-0.40.06_pre20140808/10-unbreak-egg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/dfhack/files/dfhack-0.40.06_pre20140808/10-unbreak-egg.patch')
-rw-r--r--games-util/dfhack/files/dfhack-0.40.06_pre20140808/10-unbreak-egg.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/games-util/dfhack/files/dfhack-0.40.06_pre20140808/10-unbreak-egg.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/10-unbreak-egg.patch
new file mode 100644
index 00000000..0d23872b
--- /dev/null
+++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/10-unbreak-egg.patch
@@ -0,0 +1,24 @@
+Unbreak egg
+
+From: eroen <eroen@occam.eroen.eu>
+
+See:
+ commit fc24d24ccc2147fff61e309bcb2167b9709249b6
+ Merge Console-linux and Console-darwin into Console-posix
+---
+ library/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
+index 24149ec..50ac9f2 100644
+--- a/library/CMakeLists.txt
++++ b/library/CMakeLists.txt
+@@ -99,7 +99,7 @@ Hooks-darwin.cpp
+ )
+
+ SET(MAIN_SOURCES_LINUX_EGGY
+-Console-linux.cpp
++Console-posix.cpp
+ Hooks-egg.cpp
+ PlugLoad-linux.cpp
+ Process-linux.cpp