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:
parent
40fa0e31c4
commit
08a47ae524
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115742
21
sysutils/ah-tty/files/patch-dillib_vty_vtansi.c
Normal file
21
sysutils/ah-tty/files/patch-dillib_vty_vtansi.c
Normal 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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user