summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2007-02-28 10:58:53 +0000
committermarkd <markd@pkgsrc.org>2007-02-28 10:58:53 +0000
commitfed769a7eeb31e24656b0ecc3ee7c678a6ee5a74 (patch)
tree19823aaf5b3aaca495db8abaa66ee35b6d301624 /misc
parent72e5331f1cb2d571e7f8bb60c4767906cbe420d6 (diff)
downloadpkgsrc-fed769a7eeb31e24656b0ecc3ee7c678a6ee5a74.tar.gz
Remove nolonger used patch
Diffstat (limited to 'misc')
-rw-r--r--misc/koffice/patches/patch-aa19
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_,