diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-12-26 05:39:30 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-12-26 05:39:30 +0000 |
commit | 5e291064ca3b82ce814b6fb5f03d1f244fd4bed1 (patch) | |
tree | 8071df339dda52955a70310e13605e8204029a70 /games/openmw/files/patch-apps_wizard_CMakeLists.txt | |
parent | - Update to 5.1.13 (diff) |
games/openmw: update to 0.41.0
Changes: https://github.com/OpenMW/openmw/blob/openmw-0.41.0/CHANGELOG.md#0410
PR: 215564
Submitted by: Tobias Kortkamp (maintainer)
Diffstat (limited to 'games/openmw/files/patch-apps_wizard_CMakeLists.txt')
-rw-r--r-- | games/openmw/files/patch-apps_wizard_CMakeLists.txt | 11 |
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) |