diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-03-11 08:09:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-12 06:42:40 +0700 |
commit | 3b52e6a411992162a3e2ba9b852d19c5ffaae549 (patch) | |
tree | 9af7cd5c5992852e6dd8a72a12e0538179449561 /office/fbreader/fbreader_gcc45x.patch | |
parent | 6b365938accf0683d820578df0455dc6350446f6 (diff) |
office/fbreader: Updated for version 0.99.4.
Changed dependency from liblinebreak to libunibreak
Build script mods and patch shamelessly stolen from Archlinux
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/fbreader/fbreader_gcc45x.patch')
-rw-r--r-- | office/fbreader/fbreader_gcc45x.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/office/fbreader/fbreader_gcc45x.patch b/office/fbreader/fbreader_gcc45x.patch deleted file mode 100644 index a54bdb58cc170..0000000000000 --- a/office/fbreader/fbreader_gcc45x.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- fbreader-0.12.10/fbreader/src/library/Library.cpp 2010-04-01 10:14:24.000000000 -0300 -+++ fbreader-0.12.10_patched/fbreader/src/library/Library.cpp 2011-03-09 01:48:27.000000000 -0300 -@@ -39,7 +39,7 @@ - shared_ptr<Library> Library::ourInstance; - const size_t Library::MaxRecentListSize = 10; - --Library::Library &Library::Instance() { -+Library &Library::Instance() { - if (ourInstance.isNull()) { - ourInstance = new Library(); - } |