[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/kpdf/annotations/kdegraphics/kpdf
From:       Enrico Ros <rosenric () dei ! unipd ! it>
Date:       2005-07-27 21:42:01
Message-ID: 1122500521.165072.7629.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 439357 by eros:

Merging trunk changes (now 3.5) till 2005-07-27.
patch_128,129,130 (http://tinyurl.com/8j5nb)


 M  +5 -0      configure.in.in  
 M  +5 -0      xpdf/xpdf/Makefile.am  


--- branches/kpdf/annotations/kdegraphics/kpdf/configure.in.in #439356:439357
@@ -119,3 +119,8 @@
 , AC_DEFINE(KPDF_FORCE_DRM, 0, [Defines if force the use DRM in kpdf])
 )
 
+KDE_CHECK_COMPILER_FLAG([fno-regmove], SUPPORTS_NOREGMOVE=true, SUPPORTS_NOREGMOVE=false)
+if test "x$SUPPORTS_NOREGMOVE" = xtrue; then
+	NOREGMOVE="-fno-regmove"
+fi
+AC_SUBST(NOREGMOVE)
--- branches/kpdf/annotations/kdegraphics/kpdf/xpdf/xpdf/Makefile.am #439356:439357
@@ -12,3 +12,8 @@
      TextOutputDev.cc UnicodeMap.cc UnicodeTypeTable.cc XRef.cc
 
 noinst_LTLIBRARIES = libxpdf.la
+
+# This fixes crash in Bug 109015 which i assume is a compiler bug
+# as adding some correctly placed printf in SplashOutputDev::convertPath() makes this 
+# option unneeded
+KDE_CXXFLAGS=$(NOREGMOVE)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic