zerochaos 14/07/26 05:59:21 Added: gnuradio-9999-build-type-nonfatal.patch Log: hack for fatal build type of gentoo, upstream should have a longer term fix soon (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Revision Changes Path 1.1 net-wireless/gnuradio/files/gnuradio-9999-build-type-nonfatal.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnuradio/files/gnuradio-9999-build-type-nonfatal.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnuradio/files/gnuradio-9999-build-type-nonfatal.patch?rev=1.1&content-type=text/plain Index: gnuradio-9999-build-type-nonfatal.patch =================================================================== diff -Naur gnuradio-9999/cmake/Modules/GrBuildTypes.cmake gnuradio-9999-hacked/cmake/Modules/GrBuildTypes.cmake --- gnuradio-9999/cmake/Modules/GrBuildTypes.cmake 2014-07-26 01:54:47.645866658 -0400 +++ gnuradio-9999-hacked/cmake/Modules/GrBuildTypes.cmake 2014-07-26 01:56:47.193869859 -0400 @@ -61,7 +61,6 @@ endif(${_settype} STREQUAL ${_btype}) endforeach(btype) # Build type not found; error out - message(FATAL_ERROR "Build type '${settype}' not valid, must be one of: ${AVAIL_BUILDTYPES}") endfunction(GR_CHECK_BUILD_TYPE) ########################################################################
