File: 01_gcc41_patch

package info (click to toggle)
webcpp 0.8.4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,588 kB
  • ctags: 590
  • sloc: sh: 10,801; cpp: 2,557; perl: 1,882; makefile: 300; xml: 13
file content (20 lines) | stat: -rw-r--r-- 719 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_gcc41_patch.dpatch by  <roberto@familiasanchez.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Lets compilation succeed with g++4.1

@DPATCH@

diff -urN webcpp-0.8.4.orig/webcpp/engine.cpp webcpp-0.8.4/webcpp/engine.cpp
--- webcpp-0.8.4.orig/webcpp/engine.cpp	2004-01-04 19:52:47.000000000 -0500
+++ webcpp-0.8.4/webcpp/engine.cpp	2006-03-11 10:54:34.151633889 -0500
@@ -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;
 	}