aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormich <mich@FreeBSD.org>2004-08-09 22:02:45 +0800
committermich <mich@FreeBSD.org>2004-08-09 22:02:45 +0800
commite5d5e18945ab1a8825797a89870f391edbb0395c (patch)
treee1cf46f413830fd9b446f6194212a20131a720db /sysutils
parentb7ba90a1db3d74acc24196f94dbbe5d3b9af79e7 (diff)
downloadfreebsd-ports-gnome-e5d5e18945ab1a8825797a89870f391edbb0395c.tar.gz
freebsd-ports-gnome-e5d5e18945ab1a8825797a89870f391edbb0395c.tar.zst
freebsd-ports-gnome-e5d5e18945ab1a8825797a89870f391edbb0395c.zip
o add patch to fix build on amd64 and sparc64
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ah-tty/files/patch-dillib_vty_vtansi.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/ah-tty/files/patch-dillib_vty_vtansi.c b/sysutils/ah-tty/files/patch-dillib_vty_vtansi.c
new file mode 100644
index 000000000000..952ca1dfbc02
--- /dev/null
+++ b/sysutils/ah-tty/files/patch-dillib_vty_vtansi.c
@@ -0,0 +1,21 @@
+
+$FreeBSD$
+
+--- dillib/vty/vtansi.c.orig Mon Aug 9 15:44:41 2004
++++ dillib/vty/vtansi.c Mon Aug 9 15:44:56 2004
+@@ -688,6 +688,7 @@
+ #ifdef FAST_FAIL
+ fprintf(stderr, "100 mode: %d\n", mode); //exit(-1);
+ #endif
++ break;
+ }
+ }
+
+@@ -701,6 +702,7 @@
+ #ifdef FAST_FAIL
+ fprintf(stderr, "100 mode: %d\n", mode); //exit(-1);
+ #endif
++ break;
+ }
+ }
+