1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/math/ss/files/patch-ab

12 lines
513 B
Plaintext
Raw Normal View History

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