summaryrefslogtreecommitdiff
path: root/graphics/mapnik/files/patch-SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mapnik/files/patch-SConstruct')
-rw-r--r--graphics/mapnik/files/patch-SConstruct13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/mapnik/files/patch-SConstruct b/graphics/mapnik/files/patch-SConstruct
deleted file mode 100644
index 8ad4634ad5ca..000000000000
--- a/graphics/mapnik/files/patch-SConstruct
+++ /dev/null
@@ -1,13 +0,0 @@
---- SConstruct.orig 2016-02-15 15:52:54 UTC
-+++ SConstruct
-@@ -1789,10 +1789,6 @@ if not preconfigured:
-
- if env['DEBUG']:
- env.Append(CXXFLAGS = common_cxx_flags + '-O0')
-- else:
-- # TODO - add back -fvisibility-inlines-hidden
-- # https://github.com/mapnik/mapnik/issues/1863
-- env.Append(CXXFLAGS = common_cxx_flags + '-O%s' % (env['OPTIMIZATION']))
- if env['DEBUG_UNDEFINED']:
- env.Append(CXXFLAGS = '-fsanitize=undefined-trap -fsanitize-undefined-trap-on-error -ftrapv -fwrapv')
-