diff --git a/SConstruct b/SConstruct index 06b0884f54..1867a3a258 100644 --- a/SConstruct +++ b/SConstruct @@ -401,11 +401,9 @@ env.Append (BUILDERS = {'Tarball' : tarball_bld}) def pushEnvironment(context): if os.environ.has_key('PATH'): - context.Append(PATH = os.environ['PATH']) context['ENV']['PATH'] = os.environ['PATH'] if os.environ.has_key('PKG_CONFIG_PATH'): - context.Append(PKG_CONFIG_PATH = os.environ['PKG_CONFIG_PATH']) context['ENV']['PKG_CONFIG_PATH'] = os.environ['PKG_CONFIG_PATH'] if os.environ.has_key('CC'): @@ -434,7 +432,7 @@ deps = \ 'raptor' : '1.4.2', 'lrdf' : '0.4.0', 'jack' : '0.109.0', - 'libgnomecanvas-2.0' : '2.0', + 'libgnomecanvas-2.0' : '2.0' } def DependenciesRequiredMessage(): diff --git a/ardour.rc.in b/ardour.rc.in index 6b6c29908c..4f7c56510d 100644 --- a/ardour.rc.in +++ b/ardour.rc.in @@ -20,7 +20,7 @@