freebsd-ports/math/ss/files/patch-ab
Masafumi Max NAKANE 12168f879e New port: yet another spreadsheet program.
Submitted by:	pgiffuni@FPS.biblos.unal.edu.co
(Closing PR #2452.)
1997-01-24 11:45:39 +00:00

11 lines
513 B
Text

--- 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