* [gentoo-commits] proj/kde:master commit in: kde-base/kalgebra/files/
@ 2012-04-12 18:52 Michael Palimaka
0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2012-04-12 18:52 UTC (permalink / raw
To: gentoo-commits
commit: d97e3bfcf7a39aac43df8a686eab955a1e9f65c4
Author: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Thu Apr 12 18:51:34 2012 +0000
Commit: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Thu Apr 12 18:51:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d97e3bfc
[kde-base/kalgebra] Remove unused patch.
It's now applied to analitza, where like it used to be before KDEEDU moved to split repos.
(Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit)
---
.../files/kalgebra-4.5.73-solaris-graph2d.patch | 22 --------------------
1 files changed, 0 insertions(+), 22 deletions(-)
diff --git a/kde-base/kalgebra/files/kalgebra-4.5.73-solaris-graph2d.patch b/kde-base/kalgebra/files/kalgebra-4.5.73-solaris-graph2d.patch
deleted file mode 100644
index d7fbcbf..0000000
--- a/kde-base/kalgebra/files/kalgebra-4.5.73-solaris-graph2d.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Desc: Fix missing isinf() for Solaris (same way as for kcalc).
-Author: Heiko Przybyl <zuxez@cs.tu-berlin.de>
---- kalgebra-4.3.2/kalgebra/analitzagui/graph2d.cpp.orig 2009-10-16 15:31:29.804959916 +0200
-+++ kalgebra-4.3.2/kalgebra/analitzagui/graph2d.cpp 2009-10-16 15:35:36.879338408 +0200
-@@ -38,6 +38,17 @@
- #include "analitza.h"
- #include "functionsmodel.h"
-
-+// Stolen from kcalc.
-+#if defined(Q_OS_SOLARIS)
-+// Strictly by the standard, ininf() is a c99-ism which
-+// is unavailable in C++. The IEEE FP headers provide
-+// a function with similar functionality, so use that instead.
-+// However, !finite(a) == isinf(a) || isnan(a), so it's
-+// not 100% correct.
-+#include <ieeefp.h>
-+#define isinf(a) !finite(a)
-+#endif
-+
- // #define DEBUG_GRAPH
-
- using namespace std;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-12 18:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-12 18:52 [gentoo-commits] proj/kde:master commit in: kde-base/kalgebra/files/ Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox