]> git.pld-linux.org Git - packages/akode.git/blobdiff - kde-common-PLD.patch
- Removed brainless gcc4 check&die
[packages/akode.git] / kde-common-PLD.patch
index fd9416e1e4519151adaf7f8cac41b9d7632a49fe..8d58a369c97271622fe62aef5042a0a519dee709 100644 (file)
@@ -1,5 +1,5 @@
---- kde-common/admin/acinclude.m4.in.orig      2005-03-30 13:39:59.000000000 +0200
-+++ kde-common/admin/acinclude.m4.in   2005-04-13 18:34:46.747977880 +0200
+--- kde-common/admin/acinclude.m4.in.orig      2005-04-28 18:09:13.000000000 +0200
++++ kde-common/admin/acinclude.m4.in   2005-04-29 19:47:39.000000000 +0200
 @@ -428,7 +428,7 @@
  if test "$1" = "default"; then
  
@@ -9,7 +9,58 @@
    fi
    if test -z "$kde_appsdir"; then
      kde_appsdir='\${datadir}/applnk'
-@@ -4364,9 +4364,9 @@
+@@ -2908,41 +2908,6 @@
+   fi
+ ])
+-
+-AC_DEFUN([KDE_CHECK_FOR_BAD_COMPILER],
+-[
+-  AC_MSG_CHECKING([whether $CC is blacklisted])
+-
+-
+-  AC_TRY_COMPILE([
+-#ifdef __GNUC__
+-#if __GNUC__ == 4 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ == 0
+-choke me
+-#endif
+-#endif
+-], ,
+-  kde_bad_compiler=no, 
+-  kde_bad_compiler=yes
+-)
+-
+-  AC_MSG_RESULT($kde_bad_compiler)
+-
+-if test "$kde_bad_compiler" = "yes"; then
+-  AC_MSG_ERROR([
+-
+-This particular compiler version is blacklisted because it
+-is known to miscompile KDE. Please use a newer version, or
+-if that is not yet available, choose an older version. 
+-
+-Please do not report a bug or bother us reporting this
+-configure error. We know about it, and we introduced
+-it by intention to avoid untraceable bugs or crashes in KDE.
+-
+-])
+-fi
+-
+-])
+-
+ dnl AC_VALIDIFY_CXXFLAGS checks for forbidden flags the user may have given
+ AC_DEFUN([AC_VALIDIFY_CXXFLAGS],
+ [dnl
+@@ -3052,8 +3017,6 @@
+   AC_PROG_CXX
+-  KDE_CHECK_FOR_BAD_COMPILER
+-
+   if test "$GXX" = "yes" || test "$CXX" = "KCC"; then
+     if test "$kde_use_debug_code" != "no"; then
+       if test "$CXX" = "KCC"; then
+@@ -4396,9 +4359,9 @@
    LIBPYTHON=-lpython$version
  fi
  
@@ -21,7 +72,7 @@
    python_moddir=no
  fi
  
-@@ -4513,32 +4513,11 @@
+@@ -4545,32 +4508,11 @@
  [
      AC_MSG_CHECKING([for utmp file])
  
  ])
  
  
-@@ -5321,7 +5300,7 @@
+@@ -5353,7 +5295,7 @@
    kde_qtdir="$with_qt_dir"
  fi
  
This page took 0.032546 seconds and 4 git commands to generate.