Changelog: NEW IN VERSION 4.10 ------------------- - Bug fixes: layout, usability, preferences, locale selection - Works with both Qt4 and Qt5 - Build uses automake/qmake hybrid (instead of autoconf/qmake). - Layout annotations are honored in multipage mode - Experimental OpenGL rendering - Slideshow mode NEW IN VERSION 4.9 ------------------ - Added language selection in preference. - Added option to override printing and saving restrictions. - Automatic reloading of djvu documents when the file is changed. - New chinese translations. - Improved network code (needs Qt>=4.4.) - Remember the last visited position for the last 50 documents.
13 lines
407 B
Text
13 lines
407 B
Text
$NetBSD: patch-configure,v 1.2 2016/01/31 07:27:04 ryoon Exp $
|
|
|
|
--- configure.orig 2016-01-07 12:28:36.000000000 +0000
|
|
+++ configure
|
|
@@ -20132,7 +20132,7 @@ $as_echo "$as_me: WARNING: Disabling plu
|
|
fi
|
|
fi
|
|
|
|
-if test "$ac_nsdejavu" != no && test "$qtversion" == "qt4" ; then
|
|
+if test "$ac_nsdejavu" != no && test "$qtversion" = "qt4" ; then
|
|
ac_qt_x11=no
|
|
ac_ext=cpp
|
|
ac_cpp='$CXXCPP $CPPFLAGS'
|