summaryrefslogtreecommitdiff
path: root/games-util/dfhack/files/dfhack-0.42.04_alpha2/10-unbreak-egg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/dfhack/files/dfhack-0.42.04_alpha2/10-unbreak-egg.patch')
-rw-r--r--games-util/dfhack/files/dfhack-0.42.04_alpha2/10-unbreak-egg.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/games-util/dfhack/files/dfhack-0.42.04_alpha2/10-unbreak-egg.patch b/games-util/dfhack/files/dfhack-0.42.04_alpha2/10-unbreak-egg.patch
new file mode 100644
index 00000000..cc99648a
--- /dev/null
+++ b/games-util/dfhack/files/dfhack-0.42.04_alpha2/10-unbreak-egg.patch
@@ -0,0 +1,27 @@
+Unbreak egg
+
+From: eroen <eroen@occam.eroen.eu>
+
+See:
+ commit fc24d24ccc2147fff61e309bcb2167b9709249b6
+ Merge Console-linux and Console-darwin into Console-posix
+---
+ library/CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
+index 0d82c04..294a452 100644
+--- a/library/CMakeLists.txt
++++ b/library/CMakeLists.txt
+@@ -105,9 +105,9 @@ Process-darwin.cpp
+ )
+
+ SET(MAIN_SOURCES_LINUX_EGGY
+-Console-linux.cpp
++Console-posix.cpp
+ Hooks-egg.cpp
+-PlugLoad-linux.cpp
++PlugLoad-posix.cpp
+ Process-linux.cpp
+ )
+