aboutsummaryrefslogtreecommitdiffstats
path: root/testing/widelands/search-for-libintl.patch
blob: a12bc15be5c5baf93cd9ce3b9de0fd66fe5adbb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Search for libintl since musl doesn't bundle it
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -110,6 +110,7 @@
 else()
   find_package(GLEW REQUIRED)
 endif()
+find_package(intl REQUIRED)
 
 if (APPLE OR WIN32 OR
     CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR