summaryrefslogtreecommitdiff
path: root/games-engines/openmw/files/openmw-0.48.0-Xt.patch
blob: e24516af91556574bc4e72873a5cadd9e06a1843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
https://gitlab.com/OpenMW/openmw/-/merge_requests/4407
https://bugs.gentoo.org/925582

--- a/apps/wizard/CMakeLists.txt
+++ b/apps/wizard/CMakeLists.txt
@@ -98,11 +98,6 @@ if (BUILD_WITH_CODE_COVERAGE)
   target_link_libraries(openmw-wizard gcov)
 endif()
 
-# Workaround for binutil => 2.23 problem when linking, should be fixed eventually upstream
-if (CMAKE_SYSTEM_NAME MATCHES "Linux")
-target_link_libraries(openmw-wizard dl Xt)
-endif()
-
 if (WIN32)
     INSTALL(TARGETS openmw-wizard RUNTIME DESTINATION ".")
 endif(WIN32)