summaryrefslogtreecommitdiffstats
path: root/web/attachments/184991-autoconf-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'web/attachments/184991-autoconf-fix.patch')
-rw-r--r--web/attachments/184991-autoconf-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/attachments/184991-autoconf-fix.patch b/web/attachments/184991-autoconf-fix.patch
new file mode 100644
index 0000000..34f65c7
--- /dev/null
+++ b/web/attachments/184991-autoconf-fix.patch
@@ -0,0 +1,13 @@
1--- configure.in.old 2006-07-15 00:01:50.000000000 -0500
2+++ configure.in 2006-07-15 00:02:18.000000000 -0500
3@@ -1639,7 +1639,9 @@
4 #endif],
5 [va_list args;],
6 [AC_MSG_RESULT(yes)],
7- [NEED_VA_LIST=-DNEED_VA_LIST AC_SUBST(NEED_VA_LIST) AC_MSG_RESULT(no)])
8+ [NEED_VA_LIST=-DNEED_VA_LIST
9+ AC_SUBST(NEED_VA_LIST)
10+ AC_MSG_RESULT(no)])
11
12 case $host in
13 *bsd*)