pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-cairo/patches



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov 25 11:59:53 UTC 2017

Added Files:
        pkgsrc/graphics/py-cairo/patches: patch-setup.py

Log Message:
py-cairo: Add missing patch for previous.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-cairo/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/py-cairo/patches/patch-setup.py
diff -u /dev/null pkgsrc/graphics/py-cairo/patches/patch-setup.py:1.1
--- /dev/null   Sat Nov 25 11:59:53 2017
+++ pkgsrc/graphics/py-cairo/patches/patch-setup.py     Sat Nov 25 11:59:53 2017
@@ -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