diff options
author | maho <maho@FreeBSD.org> | 2003-08-02 10:03:03 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-08-02 10:03:03 +0800 |
commit | 6b2899a651fddd8a53638027bdd4e1faa86b6339 (patch) | |
tree | 774ef776e12cb6a7a8694d75fad544b99dedea64 /devel | |
parent | d6ce9f68fb972509c783eb57f6f4b5548ac6fae5 (diff) | |
download | freebsd-ports-gnome-6b2899a651fddd8a53638027bdd4e1faa86b6339.tar.gz freebsd-ports-gnome-6b2899a651fddd8a53638027bdd4e1faa86b6339.tar.zst freebsd-ports-gnome-6b2899a651fddd8a53638027bdd4e1faa86b6339.zip |
Fix build on gcc-3.3.x
Submitted by: Simon Barner <barner@in.tum.de>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ecgi/files/patch-html2h::html2h.c | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/devel/ecgi/files/patch-html2h::html2h.c b/devel/ecgi/files/patch-html2h::html2h.c new file mode 100644 index 000000000000..9be0ec523486 --- /dev/null +++ b/devel/ecgi/files/patch-html2h::html2h.c @@ -0,0 +1,34 @@ +--- html2h/html2h.c.orig Sat Jul 19 02:31:37 2003 ++++ html2h/html2h.c Sat Jul 19 02:32:42 2003 +@@ -6,15 +6,15 @@ + + void usage() + { +- printf(" +-html2h v0.1 +-usage: +- html2h input.html [output.h] +- +- if output is not set, input.h will be generated and overwritten! +- +- debug messages are written to stderr! +- ++ printf("\ ++html2h v0.1\n\ ++usage:\n\ ++ html2h input.html [output.h]\n\ ++\n\ ++ if output is not set, input.h will be generated and overwritten!\n\ ++\n\ ++ debug messages are written to stderr!\n\ ++\n\ + "); + + exit(0); +@@ -415,4 +415,4 @@ + { + fprintf(stderr, "%s%s\n", msg, comment); + exit(1); +-} +\ No newline at end of file ++} |