aboutsummaryrefslogtreecommitdiff
path: root/graphics/giflib
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-02-01 18:21:15 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-02-01 18:21:15 +0000
commit66e034bbf6901a5f3dc2e1421aa62b1298ed6694 (patch)
tree3f2be87ac28256a632cda07483f3f148b2cdec07 /graphics/giflib
parent37c4b26c196d6316a5759f444ea8a577d0bddd20 (diff)
downloadports-66e034bbf6901a5f3dc2e1421aa62b1298ed6694.tar.gz
ports-66e034bbf6901a5f3dc2e1421aa62b1298ed6694.zip
Notes
Diffstat (limited to 'graphics/giflib')
-rw-r--r--graphics/giflib/files/patch-lib::qprintf.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/giflib/files/patch-lib::qprintf.c b/graphics/giflib/files/patch-lib::qprintf.c
new file mode 100644
index 000000000000..27c394717f67
--- /dev/null
+++ b/graphics/giflib/files/patch-lib::qprintf.c
@@ -0,0 +1,15 @@
+
+$FreeBSD$
+
+--- lib/qprintf.c.orig Fri Feb 1 19:15:32 2002
++++ lib/qprintf.c Fri Feb 1 19:15:49 2002
+@@ -34,7 +34,8 @@
+ * Same as fprintf to stderr but with optional print. *
+ *****************************************************************************/
+ #ifdef HAVE_VARARGS_H
+-void GifQprintf(int va_alist)
++void GifQprintf(va_alist)
++va_dcl
+ {
+ char *Format, Line[128];
+ va_list ArgPtr;