Browse Source

should fix koffice (but build still running)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2075 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
2d566624e0
1 changed files with 29 additions and 0 deletions
  1. +29
    -0
      package/rene/koffice/hotfix.patch

+ 29
- 0
package/rene/koffice/hotfix.patch

@ -0,0 +1,29 @@
diff -ur koffice-1.2.95/kchart/kdchart/KDChartAxisParams.cpp koffice-1.2.95-fixed/kchart/kdchart/KDChartAxisParams.cpp
--- koffice-1.2.95/kchart/kdchart/KDChartAxisParams.cpp 2003-12-16 11:02:34.000000000 +0100
+++ koffice-1.2.95-fixed/kchart/kdchart/KDChartAxisParams.cpp 2003-12-28 18:33:51.000000000 +0100
@@ -31,6 +31,7 @@
#include "KDChartAxisParams.moc"
#endif
+#include <limits.h>
/**
\class KDChartAxisParams KDChartAxisParams.h
--- koffice-1.2.95/kchart/kdchart/KDDrawText.h 2003-12-16 11:02:38.000000000 +0100
+++ koffice-1.2.95-fixed/kchart/kdchart/KDDrawText.h 2003-12-28 18:32:43.000000000 +0100
@@ -29,13 +29,14 @@
#ifndef __KDDRAWTEXT_H__
#define __KDDRAWTEXT_H__
+#include <limits.h>
+
#include <qpainter.h>
#ifdef linux
#include <values.h>
#endif
#include "KDChartGlobal.h"
-
struct KDDrawTextRegionAndTrueRect
{
QRegion region;

Loading…
Cancel
Save