summaryrefslogtreecommitdiff
path: root/devel/devIL/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/devIL/patches/patch-aa')
-rw-r--r--devel/devIL/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/devIL/patches/patch-aa b/devel/devIL/patches/patch-aa
new file mode 100644
index 00000000000..81fc56f732c
--- /dev/null
+++ b/devel/devIL/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1 2006/04/28 14:30:58 joerg Exp $
+
+--- src-IL/src/il_tiff.c.orig 2006-04-28 12:38:43.000000000 +0000
++++ src-IL/src/il_tiff.c
+@@ -168,13 +168,13 @@ ILboolean ilLoadTiffL(ILvoid *Lump, ILui
+ void warningHandler(const char* mod, const char* fmt, va_list ap)
+ {
+ char buff[1024];
+- _vsnprintf(buff, 1024, fmt, ap);
++ vsnprintf(buff, 1024, fmt, ap);
+ }
+
+ void errorHandler(const char* mod, const char* fmt, va_list ap)
+ {
+ char buff[1024];
+- _vsnprintf(buff, 1024, fmt, ap);
++ vsnprintf(buff, 1024, fmt, ap);
+ }
+
+ // Internal function used to load the Tiff.