7eac6ff3d1
* 0.10.7 Changes: A conflict between hyperlink clicks and touch scrolling has been fixed. In Maemo versions, empty menu items have been hidden. In Maemo 2/3 versions, conflicts in package descriptions have been fixed. * 0.10.6 Changes: A bug related to images/CSS links in epub has been fixed. All the links inside XHTML files were interpreted relative to the root OPF location instead of the XHTML file location. As a result, some images were not shown in epub books. * 0.10.5 Changes: The migration tool from version 0.8.* has been fixed. An FBReader freeze has been fixed. Several text selection related issues have been fixed. Desktop Debian packages have been updated to avoid a conflict with a version in the standard Ubuntu 9.04 repository. * 0.10.4 Changes: The Maemo platform (Nokia Internet Tablet) is supported again. Multiple epub format issues have been fixed. * 0.10.3 Changes: Some issues related to multi-file tar, tar.gz, and tar.bz2 archives have been fixed. Greek hyphenation patterns were regenerated from another TeX source; the new version has no license issues from the Debian point of view. * 0.10.2 Changes: This is second bugfix release for version 0.10.0. It is released for desktop and netbook computers only (for both Linux and Windows platforms). A crash in the Preferences dialog of the Windows version has been fixed. Image order in mobipocket files has been corrected. Indonesian localization files have been updated.
15 lines
651 B
Text
15 lines
651 B
Text
$NetBSD: patch-ah,v 1.2 2009/10/31 03:20:35 wiz Exp $
|
|
|
|
--- makefiles/config.mk.orig 2009-10-20 11:48:35.000000000 +0000
|
|
+++ makefiles/config.mk
|
|
@@ -38,8 +38,8 @@ ZINCLUDE = -I $(ROOTDIR)/zlibrary/core/i
|
|
ZLSHARED ?= yes
|
|
|
|
ifeq "$(ZLSHARED)" "yes"
|
|
- CORE_LIBS = -lm -L$(ROOTDIR)/zlibrary/core -lzlcore -ldl
|
|
- TEXT_LIBS = -lzltext
|
|
+ CORE_LIBS = -lm -L$(ROOTDIR)/zlibrary/core -lzlcore
|
|
+ TEXT_LIBS = -lzltext -llinebreak
|
|
else
|
|
CORE_LIBS = -lm -L$(ROOTDIR)/zlibrary/ui -L$(ROOTDIR)/zlibrary/core -lzlcore -lzlui-$(UI_TYPE) -lzlcore $(UILIBS) $(XML_LIBS) $(ARCHIVER_LIBS) $(NETWORK_LIBS)
|
|
TEXT_LIBS = -lzltext $(EXTERNAL_LIBS) -llinebreak -lfribidi
|