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.h | |
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.h')
-rw-r--r-- | www/wsmake/files/patch-libwsmake_wsUtil.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/wsmake/files/patch-libwsmake_wsUtil.h b/www/wsmake/files/patch-libwsmake_wsUtil.h deleted file mode 100644 index 886da452339c..000000000000 --- a/www/wsmake/files/patch-libwsmake_wsUtil.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libwsmake/wsUtil.h.orig Thu Sep 15 09:39:51 2005 -+++ libwsmake/wsUtil.h Thu Sep 15 09:38:34 2005 -@@ -77,7 +77,7 @@ namespace std - void __wsmake_print_error(const char *, ...); - void __wsmake_print(const char *, ...); - void __wsmake_print(int, const char *, ...); -- void __wsmake_print_it(FILE *, const char *, const va_list *); -+ void __wsmake_print_it(FILE *, const char *, va_list *); - } - - #endif /* __WSUTIL_H__ */ |