summaryrefslogtreecommitdiff
path: root/math/guppi/files/patch-src_libguppispecfns_const.c
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-10-15 14:45:38 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-10-15 14:45:38 +0000
commitb9464dd81bf873801742e3435056571cb5e2781d (patch)
tree2557acadcb97a008bb3793435ffdcc73fd1fdf3c /math/guppi/files/patch-src_libguppispecfns_const.c
parent- Take maintainership, as I maintain games/secretmaryochronicles itself (diff)
- Remove math/guppi
The code hasn't been worked on for years, consider switching to math/gnumeric. Feature safe: yes
Diffstat (limited to '')
-rw-r--r--math/guppi/files/patch-src_libguppispecfns_const.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/math/guppi/files/patch-src_libguppispecfns_const.c b/math/guppi/files/patch-src_libguppispecfns_const.c
deleted file mode 100644
index 6ad9d5ad1cf8..000000000000
--- a/math/guppi/files/patch-src_libguppispecfns_const.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/libguppispecfns/const.c.orig Tue Apr 1 21:01:25 2003
-+++ src/libguppispecfns/const.c Tue Apr 1 21:01:35 2003
-@@ -96,7 +96,9 @@
- #ifdef INFINITIES
- double INFINITY = 1.0 / 0.0; /* 99e999; */
- #else
-+#ifndef INFINITY
- double INFINITY = 1.79769313486231570815E308; /* 2**1024*(1-MACHEP) */
-+#endif
- #endif
-
- #ifdef MINUSZERO