SOURCES: djvulibre-opt.patch - updated for 3.5.15

qboosh qboosh at pld-linux.org
Tue Jul 19 21:08:01 CEST 2005


Author: qboosh                       Date: Tue Jul 19 19:08:01 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 3.5.15

---- Files affected:
SOURCES:
   djvulibre-opt.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/djvulibre-opt.patch
diff -u SOURCES/djvulibre-opt.patch:1.4 SOURCES/djvulibre-opt.patch:1.5
--- SOURCES/djvulibre-opt.patch:1.4	Sun Jul 25 23:18:25 2004
+++ SOURCES/djvulibre-opt.patch	Tue Jul 19 21:07:56 2005
@@ -1,6 +1,6 @@
---- djvulibre-3.5.14/config/acinclude.m4.orig	2004-05-28 20:41:49.000000000 +0200
-+++ djvulibre-3.5.14/config/acinclude.m4	2004-07-25 21:00:30.819537664 +0200
-@@ -79,41 +79,6 @@
+--- djvulibre-3.5.15/config/acinclude.m4.orig	2005-06-08 17:09:14.000000000 +0200
++++ djvulibre-3.5.15/config/acinclude.m4	2005-07-18 23:33:23.354111056 +0200
+@@ -79,45 +79,6 @@
          [ac_debug=$enableval],[ac_debug=no])
     OPTS=
     AC_SUBST(OPTS)
@@ -26,14 +26,18 @@
 -     AC_CHECK_CXX_OPT([-Wall],[OPTS="$OPTS -Wall"])
 -     AC_CHECK_CXX_OPT([-O3],[OPTS="$OPTS -O3"],
 -        [ AC_CHECK_CXX_OPT([-O2], [OPTS="$OPTS -O2"] ) ] )
--     dnl This triggers compiler bugs with gcc-3.2.2
+-     dnl This triggers compiler bugs with gcc-3.2.2:
 -     dnl AC_CHECK_CXX_OPT([-funroll-loops], [OPTS="$OPTS -funroll-loops"])
+-     dnl QT3 has plenty of this:
+-     AC_CHECK_CXX_OPT([-Wno-non-virtual-dtor],[OPTS="$OPTS -Wno-non-virtual-dtor"])
 -     cpu=`uname -m 2>/dev/null`
 -     test -z "$cpu" && cpu=${host_cpu}
 -     case "${host_cpu}" in
 -        i?86)
--           opt="-mcpu=${host_cpu}"
--           AC_CHECK_CXX_OPT([$opt], [OPTS="$OPTS $opt"])
+-           opt="-mtune=${host_cpu}"
+-           AC_CHECK_CXX_OPT([$opt], [OPTS="$OPTS $opt"],
+-             [ opt="-mcpu=${host_cpu}"
+-               AC_CHECK_CXX_OPT([$opt], [OPTS="$OPTS $opt"]) ])
 -           ;;
 -      esac
 -   else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/djvulibre-opt.patch?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list