aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mapnik/scons4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mapnik/scons4.patch')
-rw-r--r--testing/mapnik/scons4.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/mapnik/scons4.patch b/testing/mapnik/scons4.patch
new file mode 100644
index 00000000000..f9a7452d084
--- /dev/null
+++ b/testing/mapnik/scons4.patch
@@ -0,0 +1,11 @@
+#https://github.com/archlinux/svntogit-community/blob/packages/mapnik/trunk/scons4.patch
+--- a/SConstruct 2021-01-08 13:23:24.000000000 +0200
++++ b/SConstruct 2021-11-22 11:41:03.413991679 +0200
+@@ -126,7 +126,6 @@ PLUGINS = { # plugins with external depe
+
+ def init_environment(env):
+ env.Decider('MD5-timestamp')
+- env.SourceCode(".", None)
+ if os.environ.get('RANLIB'):
+ env['RANLIB'] = os.environ['RANLIB']
+ if os.environ.get('AR'):