Description: Allow building gr-fcd on non-Linux systems.
Author: A. Maitland Bottoms <bottoms@debian.org>

--- a/gr-fcd/CMakeLists.txt
+++ b/gr-fcd/CMakeLists.txt
@@ -31,7 +31,7 @@
 include(GrComponent)
 
 # FIXME make better conditionalization
-if (LINUX)
+if (CMAKE_SYSTEM_NAME MATCHES Linux OR CMAKE_SYSTEM_NAME MATCHES kFreeBSD OR CMAKE_SYSTEM_NAME STREQUAL GNU)
     GR_REGISTER_COMPONENT("gr-fcd" ENABLE_GR_FCD
         Boost_FOUND
         ENABLE_GNURADIO_RUNTIME
