1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 01:05:15 +03:00
aports/testing/mapnik/scons4.patch

11 lines
461 B
Diff

#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'):