G'day Folks,

please find patch below that fixes above config file for pkgsrc and should 
continue to work for all other platforms.

cheerio Berndt


--- grc_gr_wxgui.m4.orig        2006-11-24 22:56:31.000000000 +1030
+++ grc_gr_wxgui.m4     2006-11-24 22:56:54.000000000 +1030
@@ -26,9 +26,7 @@
          gr-wxgui/src/python/Makefile \
     ])

-    # FIXME: this breaks pkgsrc by calling python without a version number
-    # gdt--patch welcome :-)
-    if python -c 'import wx'; then
+    if ${PYTHON} -c 'import wx'; then
        passed=yes
     else
        passed=no


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to