]> git.pld-linux.org Git - packages/framewave.git/blobdiff - framewave-scons.patch
- updated patches set for python 3/scons 4
[packages/framewave.git] / framewave-scons.patch
index 8c869e9474ee46b837aca80857c9f4f720b18dac..c35b6d29fdf23efbec6f6dee07a534e873078d9c 100644 (file)
@@ -9,3 +9,14 @@
                                           duplicate = 0 )\r
        if lstDependencies != None:\r
                for dep in lstDependencies:\r
+--- FRAMEWAVE_1.3.1_SRC/BuildTools/buildscripts/fwutil.py.orig 2023-03-14 18:13:43.493122918 +0100
++++ FRAMEWAVE_1.3.1_SRC/BuildTools/buildscripts/fwutil.py      2023-03-14 18:15:01.991235213 +0100
+@@ -58,7 +58,7 @@ def setupIncludePaths ( oEnv, pthStartPa
+     else:           lstAllHeaders = (os.path.dirname(f) for f in globtree(join( pthStartPath, "*.h" )))\r
\r
+     lstIncludes = []\r
+-    if oEnv.has_key('CPPPATH'):\r
++    if 'CPPPATH' in oEnv:\r
+         if ('#/'+pthStartPath) not in oEnv['CPPPATH']: lstIncludes = ['#/'+pthStartPath]\r
+     else:\r
+         oEnv.Append( CPPPATH= ['#/'+pthStartPath])\r
This page took 0.174584 seconds and 4 git commands to generate.