summaryrefslogtreecommitdiff
path: root/games/openmw/files/patch-apps_wizard_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'games/openmw/files/patch-apps_wizard_CMakeLists.txt')
-rw-r--r--games/openmw/files/patch-apps_wizard_CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/openmw/files/patch-apps_wizard_CMakeLists.txt b/games/openmw/files/patch-apps_wizard_CMakeLists.txt
deleted file mode 100644
index df43b16e0814..000000000000
--- a/games/openmw/files/patch-apps_wizard_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- apps/wizard/CMakeLists.txt.orig 2016-08-15 09:27:54 UTC
-+++ apps/wizard/CMakeLists.txt
-@@ -137,6 +137,7 @@ endif()
-
- # Workaround for binutil => 2.23 problem when linking, should be fixed eventually upstream
- if (UNIX AND NOT APPLE)
--target_link_libraries(openmw-wizard dl Xt)
-+target_link_libraries(openmw-wizard Xt)
- endif()
-
-+target_link_libraries(openmw-wizard boost_program_options)