From 618e88079c9db41ae82efa792705ae66d3596fe6 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Sun, 26 Jul 2015 23:00:18 +0000 Subject: - Update to later version of gnuradio - fix build with portaudio - clang builtin's are conflicting with gnuradio so use USE_GCC for now --- comms/gnuradio/files/patch-cmake_Modules_GrMiscUtils.cmake | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'comms/gnuradio/files/patch-cmake_Modules_GrMiscUtils.cmake') diff --git a/comms/gnuradio/files/patch-cmake_Modules_GrMiscUtils.cmake b/comms/gnuradio/files/patch-cmake_Modules_GrMiscUtils.cmake index cd59e35af5bf..d44873906ade 100644 --- a/comms/gnuradio/files/patch-cmake_Modules_GrMiscUtils.cmake +++ b/comms/gnuradio/files/patch-cmake_Modules_GrMiscUtils.cmake @@ -1,11 +1,11 @@ ---- cmake/Modules/GrMiscUtils.cmake.orig 2014-07-07 17:29:01.000000000 -0400 -+++ cmake/Modules/GrMiscUtils.cmake 2014-07-29 18:42:23.000000000 -0400 -@@ -142,7 +142,31 @@ +--- cmake/Modules/GrMiscUtils.cmake.orig 2015-05-12 09:39:44 UTC ++++ cmake/Modules/GrMiscUtils.cmake +@@ -148,7 +148,31 @@ function(GR_LIBRARY_FOO target) ARCHIVE DESTINATION ${GR_LIBRARY_DIR} COMPONENT ${GR_LIBRARY_DEVEL_COMPONENT} # .lib file RUNTIME DESTINATION ${GR_RUNTIME_DIR} COMPONENT ${GR_LIBRARY_RUNTIME_COMPONENT} # .dll file ) + - ++ + if(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") + #create .la file + GR_LIBTOOL(TARGET ${target} DESTINATION ${GR_LIBRARY_DIR}) @@ -20,7 +20,7 @@ + COMMAND ${CMAKE_COMMAND} -E create_symlink ${target_name} "${CMAKE_CURRENT_BINARY_DIR}/lib${target}.so.${MAJOR_VERSION}" + COMMAND ${CMAKE_COMMAND} -E touch ${target_name} #so the symlinks point to something valid so cmake 2.6 will install + ) -+ + + #and install the extra symlinks + install( + FILES -- cgit v1.2.3