summaryrefslogtreecommitdiff
path: root/misc/calibre/patches/patch-setup_extensions.py
diff options
context:
space:
mode:
Diffstat (limited to 'misc/calibre/patches/patch-setup_extensions.py')
-rw-r--r--misc/calibre/patches/patch-setup_extensions.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/calibre/patches/patch-setup_extensions.py b/misc/calibre/patches/patch-setup_extensions.py
index a8d20f704a3..a4f4deb3740 100644
--- a/misc/calibre/patches/patch-setup_extensions.py
+++ b/misc/calibre/patches/patch-setup_extensions.py
@@ -1,12 +1,12 @@
-$NetBSD: patch-setup_extensions.py,v 1.5 2015/02/08 00:37:10 wiz Exp $
+$NetBSD: patch-setup_extensions.py,v 1.6 2015/12/30 00:08:33 wiz Exp $
Fix build for pictureflow.
---- setup/extensions.py.orig 2014-08-29 03:59:29.000000000 +0000
+--- setup/extensions.py.orig 2015-12-21 03:57:33.000000000 +0000
+++ setup/extensions.py
-@@ -602,7 +602,7 @@ class Build(Command):
+@@ -636,7 +636,7 @@ class Build(Command):
if iswindows:
- qmc += ['-spec', 'win32-msvc2008']
+ qmc += ['-spec', qmakespec]
fext = 'dll' if iswindows else 'dylib' if isosx else 'so'
- name = '%s%s.%s' % ('release/' if iswindows else 'lib', sip['target'], fext)
+ name = '%s%s.%s' % ('release/' if iswindows else '.libs/lib', sip['target'], fext)