b6e1af144f
Use NetBSD clogf for FreeBSD systems that are not at HEAD Release: WSJT-X Version 1.9.1 June 1, 2018 ----------------------------- This critical bug fix release repairs an unintended restriction in the FT8 DXpedition mode. It supersedes v1.9.0 and must be used for DXpedition Fox operators.
11 lines
266 B
Text
11 lines
266 B
Text
--- CMakeLists.txt.orig 2018-06-14 09:21:04.286608000 -0400
|
|
+++ CMakeLists.txt 2018-06-14 09:20:17.307460000 -0400
|
|
@@ -313,6 +313,8 @@
|
|
main.cpp
|
|
wsprnet.cpp
|
|
WSPRBandHopping.cpp
|
|
+# No, this isn't the right place for clogf
|
|
+ clogf.c
|
|
)
|
|
|
|
set (wsjt_CXXSRCS
|