pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/py-cairo/patches py-cairo: Add missing patch ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1666ffb91974
branches: trunk
changeset: 371970:1666ffb91974
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Nov 25 11:59:53 2017 +0000
description:
py-cairo: Add missing patch for previous.
diffstat:
graphics/py-cairo/patches/patch-setup.py | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 72506f2bc25d -r 1666ffb91974 graphics/py-cairo/patches/patch-setup.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-cairo/patches/patch-setup.py Sat Nov 25 11:59:53 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2017/11/25 11:59:53 wiz Exp $
+
+Install pkgconfig file into pkgsrc standard location.
+
+--- setup.py.orig 2017-11-08 12:45:24.000000000 +0000
++++ setup.py
+@@ -130,7 +130,7 @@ class install_pkgconfig(Command):
+ if self.compiler_type == "msvc":
+ return
+
+- pkgconfig_dir = os.path.join(self.install_data, "share", "pkgconfig")
++ pkgconfig_dir = os.path.join(self.install_data, "lib", "pkgconfig")
+ self.mkpath(pkgconfig_dir)
+
+ if sys.version_info[0] == 3:
Home |
Main Index |
Thread Index |
Old Index