diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-05-29 11:40:57 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-05-29 11:40:57 +0000 |
commit | 6955aeae6ec4172ce24fe7c76c51868ad573e24c (patch) | |
tree | 6b1dc1e5cc51182e382476b604924c6aa31d18de /net-dialup/minicom/files | |
parent | corrected gphoto2 dependency (diff) | |
download | historical-6955aeae6ec4172ce24fe7c76c51868ad573e24c.tar.gz historical-6955aeae6ec4172ce24fe7c76c51868ad573e24c.tar.bz2 historical-6955aeae6ec4172ce24fe7c76c51868ad573e24c.zip |
gcc-4.0 fix (#93120)
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-dialup/minicom/files')
-rw-r--r-- | net-dialup/minicom/files/minicom-2.1-gcc4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-dialup/minicom/files/minicom-2.1-gcc4.patch b/net-dialup/minicom/files/minicom-2.1-gcc4.patch new file mode 100644 index 000000000000..b85238859edb --- /dev/null +++ b/net-dialup/minicom/files/minicom-2.1-gcc4.patch @@ -0,0 +1,12 @@ +diff -ur minicom-2.1-orig/src/window.c minicom-2.1/src/window.c +--- minicom-2.1-orig/src/window.c 2005-05-28 19:59:42.000000000 -0400 ++++ minicom-2.1/src/window.c 2005-05-28 20:00:22.000000000 -0400 +@@ -62,7 +62,7 @@ + static char *CS, *SF, *SR, *VB, *BL; + static char *VE, *VI, *KS, *KE; + static char *CD, *CL, *IC, *DC; +-static char *BC, *CR, *NL; ++static char *CR, *NL; + #if ST_LINE + static char *TS, *FS, *DS; + #endif |