summarylogtreecommitdiffstats
path: root/scons.patch
diff options
context:
space:
mode:
Diffstat (limited to 'scons.patch')
-rw-r--r--scons.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/scons.patch b/scons.patch
new file mode 100644
index 000000000000..2c4280e54915
--- /dev/null
+++ b/scons.patch
@@ -0,0 +1,10 @@
+--- mapsoft-20180722-alt1/SConstruct.orig 2018-11-29 11:36:12.955661421 +0300
++++ mapsoft-20180722-alt1/SConstruct 2018-11-29 11:38:21.523645029 +0300
+@@ -17,6 +17,7 @@
+ # Create environment, add some methods
+
+ env = Environment ()
++env.AppendENVPath('PATH', '/usr/bin/core_perl')
+ Export('env')
+
+ # UseLibs -- use pkg-config libraries