Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/comms/freedv/files/patch-CMakeLists.txt
16147 views
1
--- CMakeLists.txt.orig 2017-07-19 13:22:47 UTC
2
+++ CMakeLists.txt
3
@@ -391,6 +391,7 @@ endif()
4
#
5
# Find libdl for dlopen/dlclose
6
#
7
+if(DUMMYFLAG)
8
if(UNIX)
9
message(STATUS "Looking for dl library.")
10
find_library(DL_LIBRARY dl)
11
@@ -405,6 +406,7 @@ On Linux systems try installing:
12
)
13
endif()
14
endif(UNIX)
15
+endif(DUMMYFLAG)
16
17
18
#Freedv
19
20