python3-cairo:fix lib64

This commit is contained in:
alihanozturk
2017-02-16 10:48:27 +03:00
parent 4c59994123
commit 4445dc80a4
2 changed files with 2 additions and 2 deletions
@@ -19,7 +19,7 @@ diff -urN pycairo-1.10.0.orig/setup.py pycairo-1.10.0/setup.py
+pkgconfig_file = 'py3cairo.pc'
+config_file = 'src/config.h'
+
+LIBDIR = os.uname ()[-1] == 'x86_64' and 'lib64' or 'lib'
+LIBDIR = os.uname ()[-1] == 'x86_64' and 'lib'
+
+def call(command):
+ pipe = subprocess.Popen(command, shell=True,
@@ -51,7 +51,7 @@
<Update release="3">
<Date>2017-02-16</Date>
<Version>1.10.0</Version>
<Comment>Release Bump</Comment>
<Comment>Release Bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>