summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-misc/wsmake/files/wsmake-0.6.4-bv.diff')
-rw-r--r--www-misc/wsmake/files/wsmake-0.6.4-bv.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/www-misc/wsmake/files/wsmake-0.6.4-bv.diff b/www-misc/wsmake/files/wsmake-0.6.4-bv.diff
new file mode 100644
index 000000000000..d10aa5769c2d
--- /dev/null
+++ b/www-misc/wsmake/files/wsmake-0.6.4-bv.diff
@@ -0,0 +1,13 @@
+--- libwsmake/wsUtil.cpp.orig Sat Sep 1 22:09:13 2001
++++ libwsmake/wsUtil.cpp Tue Sep 3 20:19:04 2002
+@@ -714,7 +714,8 @@
+ if(__wsmake_quiet) return;
+
+ vfprintf(out,output,*ap);
+- va_end((void*&)*ap);
++ //BV: this does not compile: va_end((void*&)*ap);
++ va_end((char*&)*ap);
+ }
+
+ #ifdef DEBUG
+