summaryrefslogtreecommitdiff
path: root/graphics/py3-cairo/files/patch-wscript
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-10-05 18:19:09 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-10-05 18:19:09 +0000
commit2d19dba0d0bde2a1091266e48cd931b49227602a (patch)
treeb462a54419b7ff0921f79bef0bb87ff8e480357b /graphics/py3-cairo/files/patch-wscript
parentwww/trac-privatetickets: Update from 2.1.0 to 2.2.0 (diff)
Update cairo python bindings to 1.14.1.
* Update MASTER_SITE and WWW to point the new home * Build from the same distfile * Use python distutils to build the port instead of waf * Drop stale MCom $Id * Add license Obtained from: gnome devel repo
Notes
Notes: svn path=/head/; revision=451329
Diffstat (limited to 'graphics/py3-cairo/files/patch-wscript')
-rw-r--r--graphics/py3-cairo/files/patch-wscript11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/py3-cairo/files/patch-wscript b/graphics/py3-cairo/files/patch-wscript
deleted file mode 100644
index bda769817c34..000000000000
--- a/graphics/py3-cairo/files/patch-wscript
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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'),
- )
-
-