gpsd-dev
[Top][All Lists]
Advanced

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

[gpsd-dev] [PATCH 1/2] Build: fix an undefined variable.


From: Beat Bolli
Subject: [gpsd-dev] [PATCH 1/2] Build: fix an undefined variable.
Date: Tue, 19 Nov 2013 23:05:51 +0100

This fixes the following error when running "scons -c":

NameError: name 'qt_env' is not defined:
  File "/home/bb/src/vendor/gpsd/SConstruct", line 935:
    if qt_env:

Signed-off-by: Beat Bolli <address@hidden>
---
 SConstruct | 1 +
 1 file changed, 1 insertion(+)

diff --git a/SConstruct b/SConstruct
index d0b4e65..e93f219 100644
--- a/SConstruct
+++ b/SConstruct
@@ -462,6 +462,7 @@ if env.GetOption("clean") or env.GetOption("help"):
     confdefs = []
     manbuilder = False
     htmlbuilder = False
+    qt_env = None
 else:
     config = Configure(env, custom_tests = { 'CheckPKG' : CheckPKG,
                                              'CheckExecutable' : 
CheckExecutable,
-- 
1.8.4.2




reply via email to

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