diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-05-21 16:10:19 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-05-21 16:10:19 +0000 |
commit | deb1608304e75cf4137d930a3de6be45f7300696 (patch) | |
tree | fdb5cbcd55dff738034885c4535b0885b4bd78a7 /deskutils/calibre/files/patch-setup_build__environment.py | |
parent | . Update to 7u101 (diff) |
- Update to 2.57.1
- Add patch to fix build on 9.3 i386
- While here regenerate some other patches
Notes
Notes:
svn path=/head/; revision=415602
Diffstat (limited to 'deskutils/calibre/files/patch-setup_build__environment.py')
-rw-r--r-- | deskutils/calibre/files/patch-setup_build__environment.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/calibre/files/patch-setup_build__environment.py b/deskutils/calibre/files/patch-setup_build__environment.py index 11f12ea5080f..bf78f80baf70 100644 --- a/deskutils/calibre/files/patch-setup_build__environment.py +++ b/deskutils/calibre/files/patch-setup_build__environment.py @@ -1,6 +1,6 @@ ---- setup/build_environment.py.orig 2015-02-20 03:34:13 UTC +--- setup/build_environment.py.orig 2016-05-20 11:45:27 UTC +++ setup/build_environment.py -@@ -101,7 +101,7 @@ def get_sip_dir(q): +@@ -103,7 +103,7 @@ def get_sip_dir(q): if os.path.exists(os.path.join(base, 'QtWidgets')): return base raise EnvironmentError('Failed to find the location of the PyQt5 .sip files') |