diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-06-03 19:33:27 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-06-03 19:33:27 +0000 |
commit | 34f2c86a0d628b7f28e5ff0bcc5cbd37d8c622f4 (patch) | |
tree | f086af40207f05493b6a856f3ad58d4ae527fd8b /www/wsmake/files/patch-libwsmake_wsUtil.cpp | |
parent | Fix NOPORTDOCS when texi2html is not installed (diff) |
- Update to 0.7.901
- Make PORTDOCS-compliant
- Take maintainship
Notes
Notes:
svn path=/head/; revision=214272
Diffstat (limited to 'www/wsmake/files/patch-libwsmake_wsUtil.cpp')
-rw-r--r-- | www/wsmake/files/patch-libwsmake_wsUtil.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/wsmake/files/patch-libwsmake_wsUtil.cpp b/www/wsmake/files/patch-libwsmake_wsUtil.cpp deleted file mode 100644 index 77ad62ed2db5..000000000000 --- a/www/wsmake/files/patch-libwsmake_wsUtil.cpp +++ /dev/null @@ -1,17 +0,0 @@ ---- libwsmake/wsUtil.cpp.orig Sat Sep 1 20:09:13 2001 -+++ libwsmake/wsUtil.cpp Thu Sep 15 12:38:48 2005 -@@ -709,12 +709,12 @@ - } - } - --void std::__wsmake_print_it(FILE *out, const char *output, const va_list *ap) -+void std::__wsmake_print_it(FILE *out, const char *output, va_list *ap) - { - if(__wsmake_quiet) return; - - vfprintf(out,output,*ap); -- va_end((void*&)*ap); -+ va_end(*ap); - } - - #ifdef DEBUG |