summaryrefslogtreecommitdiff
path: root/misc/mc/files/patch-src::slint.c
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-01-24 02:23:59 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-01-24 02:23:59 +0000
commit6f68f0f0d9c31a2356951702957cca478aeac1a5 (patch)
tree1a2b6ef34f3fe1504fdb3f4dc7faec1f0db51c25 /misc/mc/files/patch-src::slint.c
parentHandle the case where sizeof(long) > sizeof(int) (diff)
- enable colors on cons25, cons25r and xterm by default
- bump port revision
Diffstat (limited to '')
-rw-r--r--misc/mc/files/patch-src::slint.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/mc/files/patch-src::slint.c b/misc/mc/files/patch-src::slint.c
new file mode 100644
index 000000000000..60798c5b2977
--- /dev/null
+++ b/misc/mc/files/patch-src::slint.c
@@ -0,0 +1,14 @@
+--- src/slint.c.orig Fri Jan 24 08:13:03 2003
++++ src/slint.c Fri Jan 24 08:13:44 2003
+@@ -434,6 +434,11 @@
+ "console",
+ #endif
+ "linux",
++#ifdef __FreeBSD__
++ "cons25",
++ "cons25r",
++ "xterm",
++#endif
+ "xterm-color",
+ "color-xterm",
+ "dtterm",