diff options
Diffstat (limited to 'graphics/libungif/patches/patch-aa')
-rw-r--r-- | graphics/libungif/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/libungif/patches/patch-aa b/graphics/libungif/patches/patch-aa new file mode 100644 index 00000000000..fa3736b4ddb --- /dev/null +++ b/graphics/libungif/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.5 2003/08/02 05:20:38 mrg Exp $ + +--- lib/qprintf.c.orig 2000-02-07 03:45:07.000000000 +1100 ++++ lib/qprintf.c 2003-07-29 10:16:23.000000000 +1000 +@@ -16,6 +16,7 @@ + + #include <stdio.h> + ++#undef HAVE_VARARGS_H + #ifdef HAVE_VARARGS_H + #include <varargs.h> + #else |