Browse Source

oops - lingering hotfix.patch removal lying around for multiple weeks here :-(

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

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

@ -1,48 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/rene/koffice/hotfix.patch
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
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