summaryrefslogtreecommitdiff
path: root/www-misc/wsmake/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-07 00:16:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-07 00:16:33 +0100
commitd162ba1860a88062f4cd61f8b52fc303ba0b2991 (patch)
tree24cd2cf57f3932a24b96e4a0f6666489447e43ba /www-misc/wsmake/files
parent590b9b7b03bf4651e099949e318755af7cfa81b8 (diff)
gentoo resync : 07.08.2021
Diffstat (limited to 'www-misc/wsmake/files')
-rw-r--r--www-misc/wsmake/files/wsmake-0.6.4-bv.diff13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index 15cdf05f5d25..000000000000
--- a/www-misc/wsmake/files/wsmake-0.6.4-bv.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/libwsmake/wsUtil.cpp
-+++ b/libwsmake/wsUtil.cpp
-@@ -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
-