diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-10-02 16:19:12 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-10-02 16:19:12 +0000 |
commit | aaa3d3f61ebb4f251c3029dae15a379a30b0279b (patch) | |
tree | 9122be4e5850db090d80f8415078b721b5d3f0e8 | |
parent | 15f96e872cf50faaed9021e36fad6c9dfcefc868 (diff) | |
download | ports-aaa3d3f61ebb4f251c3029dae15a379a30b0279b.tar.gz ports-aaa3d3f61ebb4f251c3029dae15a379a30b0279b.zip |
Notes
-rw-r--r-- | graphics/py-cairo/files/patch-wscript | 11 | ||||
-rw-r--r-- | graphics/py3-cairo/files/patch-wscript | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/graphics/py-cairo/files/patch-wscript b/graphics/py-cairo/files/patch-wscript new file mode 100644 index 000000000000..bda769817c34 --- /dev/null +++ b/graphics/py-cairo/files/patch-wscript @@ -0,0 +1,11 @@ +--- wscript.orig 2013-09-30 23:39:53.000000000 +0200 ++++ wscript 2013-09-30 23:40:40.000000000 +0200 +@@ -61,7 +61,7 @@ + 'prefix' : ctx.env['PREFIX'], + 'includedir': os.path.join(ctx.env['PREFIX'], 'include'), + }, +- install_path = os.path.join(ctx.env['LIBDIR'], 'pkgconfig'), ++ install_path = os.path.join(ctx.env['PREFIX'], 'libdata', 'pkgconfig'), + ) + + diff --git a/graphics/py3-cairo/files/patch-wscript b/graphics/py3-cairo/files/patch-wscript new file mode 100644 index 000000000000..bda769817c34 --- /dev/null +++ b/graphics/py3-cairo/files/patch-wscript @@ -0,0 +1,11 @@ +--- wscript.orig 2013-09-30 23:39:53.000000000 +0200 ++++ wscript 2013-09-30 23:40:40.000000000 +0200 +@@ -61,7 +61,7 @@ + 'prefix' : ctx.env['PREFIX'], + 'includedir': os.path.join(ctx.env['PREFIX'], 'include'), + }, +- install_path = os.path.join(ctx.env['LIBDIR'], 'pkgconfig'), ++ install_path = os.path.join(ctx.env['PREFIX'], 'libdata', 'pkgconfig'), + ) + + |