diff options
author | Slávek Banko <[email protected]> | 2015-09-27 11:00:08 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-09-27 11:00:27 +0200 |
commit | 62755d2c270acf8993077c1ba915e01bd4cb06d9 (patch) | |
tree | fdf35f84dcb344da3d121689bf88f4f3e015fec5 | |
parent | a820e135b6df586e8b3099f0f54fd06d11e6a9f9 (diff) | |
download | bibletime-62755d2c270acf8993077c1ba915e01bd4cb06d9.tar.gz bibletime-62755d2c270acf8993077c1ba915e01bd4cb06d9.zip |
Fix FTBFS on freebsd
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ec50cf2c9f71a05ae2d015b145cc7c1a2cb4cbf6)
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | bibletime/backend/cbookdisplay.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 05ebb83..9166b60 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,7 +55,7 @@ $(top_srcdir)/configure.files: cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files install-data-local: - chmod 755 $(DESTDIR)$(kde_datadir)/bibletime -R + chmod -R 755 $(DESTDIR)$(kde_datadir)/bibletime $(mkinstalldirs) $(datadir)/applications $(INSTALL_DATA) $(top_builddir)/bibletime.desktop $(datadir)/applications/bibletime.desktop diff --git a/bibletime/backend/cbookdisplay.h b/bibletime/backend/cbookdisplay.h index 3de4ed9..f6e3a08 100644 --- a/bibletime/backend/cbookdisplay.h +++ b/bibletime/backend/cbookdisplay.h @@ -18,7 +18,7 @@ class CSwordTreeKey; namespace Rendering { - class CTextRendering::KeyTree; + class CTextRendering; /** * A CEntryDisplay implementation which works on tree-based GenBook modules |