summaryrefslogtreecommitdiff
path: root/math/ss/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'math/ss/files/patch-ab')
-rw-r--r--math/ss/files/patch-ab11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/ss/files/patch-ab b/math/ss/files/patch-ab
deleted file mode 100644
index 210b851f0fed..000000000000
--- a/math/ss/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- curs_sup.h.orig Sat Feb 19 02:37:51 1994
-+++ curs_sup.h Fri Jan 24 17:57:20 1997
-@@ -44,7 +44,7 @@
- * Or HP/Apollo. (16Feb94, Thomas Dickey, dickey@software.org)
- * Or DOS w/djgpp. (16Feb94, Thomas Dickey, dickey@software.org)
- */
--#if defined (__bsdi__) || defined (__NeXT__) || defined(apollo) || defined(__GO32__)
-+#if defined (__bsdi__) || defined (__FreeBSD__) || defined (__NeXT__) || defined(apollo) || defined(__GO32__)
- # define STANDOUT_START standout()
- # define STANDOUT_END standend()
- #else