diff options
Diffstat (limited to 'sci-geosciences/mapnik/files/mapnik-2.2.0-dont-run-ldconfig.patch')
-rw-r--r-- | sci-geosciences/mapnik/files/mapnik-2.2.0-dont-run-ldconfig.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-geosciences/mapnik/files/mapnik-2.2.0-dont-run-ldconfig.patch b/sci-geosciences/mapnik/files/mapnik-2.2.0-dont-run-ldconfig.patch new file mode 100644 index 000000000000..c92c0e9a02a7 --- /dev/null +++ b/sci-geosciences/mapnik/files/mapnik-2.2.0-dont-run-ldconfig.patch @@ -0,0 +1,11 @@ +--- a/src/build.py ++++ b/src/build.py +@@ -38,7 +38,7 @@ def call(cmd, silent=True): + print stderr + + def ldconfig(*args,**kwargs): +- call('ldconfig') ++ pass + + if env['LINKING'] == 'static': + lib_env.Append(CXXFLAGS="-fPIC") |