1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

o add patch to fix build on amd64 and sparc64

This commit is contained in:
Michael Landin 2004-08-09 14:02:45 +00:00
parent 40fa0e31c4
commit 08a47ae524
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115742

View File

@ -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;
}
}