summaryrefslogtreecommitdiff
path: root/databases/tarantool/files/patch-src_CMakeLists.txt
blob: 76841b2f711cab7c2b5546c3ae84abfa07f1198c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/CMakeLists.txt.orig	2013-09-30 17:30:23.623968376 +0000
+++ src/CMakeLists.txt	2013-09-30 17:30:50.254969720 +0000
@@ -153,7 +153,8 @@
 endif()
 
 if (TARGET_OS_FREEBSD AND NOT TARGET_OS_DEBIAN_FREEBSD)
-    set (common_libraries ${common_libraries} intl)
+    find_library (INTL intl)
+    set (common_libraries ${common_libraries} ${INTL})
 endif()
 
 if (ENABLE_BACKTRACE AND HAVE_BFD)