From: A. Maitland Bottoms <bottoms@debian.org>
Subject: find gnuradio cmake modules-fix

Debian installs in a /usr/lib/$(DEB_HOST_MULTIARCH)/cmake/gnuradio
path. This module should look there for the good stuff.

--- a/cmake/Modules/FindGnuradioModules.cmake
+++ b/cmake/Modules/FindGnuradioModules.cmake
@@ -9,4 +9,5 @@
           /usr/lib64/cmake/gnuradio
           /usr/lib/cmake/gnuradio
 	  /usr/lib/arm-linux-gnueabihf/cmake/gnuradio
+	  /usr/lib/*/cmake/gnuradio
 )
