--- grc/scripts/gnuradio-companion.orig	2015-05-12 09:39:44 UTC
+++ grc/scripts/gnuradio-companion
@@ -22,6 +22,10 @@ import os
 import sys
 import optparse
 
+# XXX workaround to make sure we import gcc47's libgcc_s.so not
+# the older one from base:
+from numpy.linalg import lapack_lite
+
 import pygtk
 pygtk.require('2.0')
 import gtk
