aboutsummaryrefslogtreecommitdiff
path: root/office/fbreader/fbreader_gcc45x.patch
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2016-03-11 08:09:37 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-03-12 06:42:40 +0700
commit3b52e6a411992162a3e2ba9b852d19c5ffaae549 (patch)
tree9af7cd5c5992852e6dd8a72a12e0538179449561 /office/fbreader/fbreader_gcc45x.patch
parent6b365938accf0683d820578df0455dc6350446f6 (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.patch11
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();
- }