diff options
author | markd <markd> | 2007-02-28 10:58:53 +0000 |
---|---|---|
committer | markd <markd> | 2007-02-28 10:58:53 +0000 |
commit | c77b5dfb70fdd0adad12f8410697c90bd1e8b3f0 (patch) | |
tree | 19823aaf5b3aaca495db8abaa66ee35b6d301624 /misc | |
parent | 49f0ebcfca57e1f5de956e095f9247cdc77397f8 (diff) | |
download | pkgsrc-c77b5dfb70fdd0adad12f8410697c90bd1e8b3f0.tar.gz |
Remove nolonger used patch
Diffstat (limited to 'misc')
-rw-r--r-- | misc/koffice/patches/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/misc/koffice/patches/patch-aa b/misc/koffice/patches/patch-aa deleted file mode 100644 index ae7f35a5d99..00000000000 --- a/misc/koffice/patches/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-aa,v 1.11 2006/12/10 10:11:01 markd Exp $ - ---- kchart/kdchart/KDChartAxesPainter.cpp.orig 2006-11-18 04:11:38.000000000 +1300 -+++ kchart/kdchart/KDChartAxesPainter.cpp -@@ -3701,8 +3701,13 @@ QString KDChartAxesPainter::truncateBehi - return sVal; - } - --#if defined ( Q_WS_WIN) -+#if defined ( Q_WS_WIN) || defined(__DragonFly__) - #define trunc(x) ((int)(x)) -+#elif defined(__NetBSD__) -+#include <sys/param.h> -+#if __NetBSD_Version__ < 399001800 -+#define trunc(x) ((int)(x)) -+#endif - #endif - - QString KDChartAxesPainter::applyLabelsFormat( const double nVal_, |