diff options
author | 2007-12-30 18:13:21 +0000 | |
---|---|---|
committer | 2007-12-30 18:13:21 +0000 | |
commit | 00b294a3d3b41bb1d7dba4f9f1bf891be3365c0a (patch) | |
tree | 2a9cf51eef719d2ce7efaea86f6179a27e7677b8 /dev-util/webcpp/files | |
parent | Fix building with linux-2.6.23 #195632. (diff) | |
download | gentoo-2-00b294a3d3b41bb1d7dba4f9f1bf891be3365c0a.tar.gz gentoo-2-00b294a3d3b41bb1d7dba4f9f1bf891be3365c0a.tar.bz2 gentoo-2-00b294a3d3b41bb1d7dba4f9f1bf891be3365c0a.zip |
Fix building with newer gcc versions #202210 by Kevin Lacquement.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'dev-util/webcpp/files')
-rw-r--r-- | dev-util/webcpp/files/webcpp-0.8.4-gcc.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-util/webcpp/files/webcpp-0.8.4-gcc.patch b/dev-util/webcpp/files/webcpp-0.8.4-gcc.patch new file mode 100644 index 000000000000..b7c0cbe4886b --- /dev/null +++ b/dev-util/webcpp/files/webcpp-0.8.4-gcc.patch @@ -0,0 +1,15 @@ +scrub stray \ + +http://bugs.gentoo.org/202210 + +--- webcpp/engine.cpp ++++ webcpp/engine.cpp +@@ -1005,7 +1005,7 @@ + </tr><tr><td colspan=6>\n\ + <a href=\"http://webcpp.sf.net\"><center><b>\ + <font color=#ffffff>web c plus plus</font></b></center>\n\ +-</a></td></tr>\n\</table>\n<br>\n</center>"; ++</a></td></tr>\n</table>\n<br>\n</center>"; + + *IO << made; + } |