discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] grc_gr_wxgui.m4 fix


From: Berndt Josef Wulf
Subject: [Discuss-gnuradio] grc_gr_wxgui.m4 fix
Date: Fri, 24 Nov 2006 23:27:59 +1030
User-agent: KMail/1.9.4

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]