ports/devel/fuzzylite/files/patch-fuzzylite_CMakeLists.txt
Yuri Victorovich d4708b8971 New port: devel/fuzzylite: Fuzzy logic control library in C++
PR:		222052
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13142
2017-11-18 16:41:06 +00:00

11 lines
466 B
Text

--- fuzzylite/CMakeLists.txt.orig 2017-11-18 07:28:31 UTC
+++ fuzzylite/CMakeLists.txt
@@ -174,7 +174,7 @@ if(FL_BUILD_SHARED)
set_target_properties(fl-shared PROPERTIES DEBUG_POSTFIX -debug)
target_compile_definitions(fl-shared PRIVATE FL_EXPORT_LIBRARY)
set_target_properties(fl-shared PROPERTIES VERSION 6.0)
- target_link_libraries(fl-shared ${FL_LIBS})
+ target_link_libraries(fl-shared ${FL_LIBS} execinfo)
endif()
if(FL_BUILD_STATIC)