aboutsummaryrefslogtreecommitdiff
path: root/graphics/mapnik/files
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-06-03 20:39:41 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-06-03 20:39:41 +0000
commit30a9c8500cd97645b0fa15b098d438cc12c8c814 (patch)
tree3846bf873684657cd2cdae823f8058c00ce8a5bd /graphics/mapnik/files
parentfe2b2351bd989cf3002651166d4d1dddb8e5cab0 (diff)
downloadports-30a9c8500cd97645b0fa15b098d438cc12c8c814.tar.gz
ports-30a9c8500cd97645b0fa15b098d438cc12c8c814.zip
Notes
Diffstat (limited to 'graphics/mapnik/files')
-rw-r--r--graphics/mapnik/files/patch-plugins-input-python-build.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/mapnik/files/patch-plugins-input-python-build.py b/graphics/mapnik/files/patch-plugins-input-python-build.py
new file mode 100644
index 000000000000..13791b33edae
--- /dev/null
+++ b/graphics/mapnik/files/patch-plugins-input-python-build.py
@@ -0,0 +1,12 @@
+--- plugins/input/python/build.py.orig 2013-06-02 20:28:29.000000000 +0400
++++ plugins/input/python/build.py 2013-06-02 20:29:34.000000000 +0400
+@@ -68,6 +68,9 @@
+ LINKFLAGS=linkflags
+ )
+
++# if the plugin links to libmapnik ensure it is built first
++Depends(TARGET, env.subst('../../../src/%s' % env['MAPNIK_LIB_NAME']))
++
+ # if 'uninstall' is not passed on the command line
+ # then we actually create the install targets that
+ # scons will install if 'install' is passed as an arg