summaryrefslogtreecommitdiff
path: root/sysutils/screen/files/patch-screen.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2010-01-27 06:39:00 +0000
committerCy Schubert <cy@FreeBSD.org>2010-01-27 06:39:00 +0000
commitd26751199690d3748bb497b2102bad83784558a9 (patch)
treea90930e8ad9dbcddcd9d4cef62b3dfcb4ed90897 /sysutils/screen/files/patch-screen.c
parentThis is a port of UnNetHack, a new variant of NetHack, based on and (diff)
Make screen build on the latest HEAD (900008).
Notes
Notes: svn path=/head/; revision=248661
Diffstat (limited to 'sysutils/screen/files/patch-screen.c')
-rw-r--r--sysutils/screen/files/patch-screen.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/screen/files/patch-screen.c b/sysutils/screen/files/patch-screen.c
new file mode 100644
index 000000000000..77a87424f31a
--- /dev/null
+++ b/sysutils/screen/files/patch-screen.c
@@ -0,0 +1,11 @@
+--- screen.c.orig 2003-09-08 07:26:41.000000000 -0700
++++ screen.c 2010-01-26 15:51:49.000000000 -0800
+@@ -50,7 +50,7 @@
+
+ #include "config.h"
+
+-#ifdef SVR4
++#if defined(SVR4) && !defined(__FreeBSD_cc_version)
+ # include <sys/stropts.h>
+ #endif
+