freebsd-ports/www/wsmake/files/patch-libwsmake_wsUtil.h
Simon Barner 9914ec42f7 - Unbreak on !i386
Tested by:	submitter (amd64), barner (sparc64, ia64)
Submitted by:	Johan van Selst <johans@stack.nl>
PR:		ports/86150
2005-09-15 13:02:02 +00:00

11 lines
431 B
C

--- 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__ */