diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-02-01 18:21:15 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-02-01 18:21:15 +0000 |
commit | 66e034bbf6901a5f3dc2e1421aa62b1298ed6694 (patch) | |
tree | 3f2be87ac28256a632cda07483f3f148b2cdec07 /graphics | |
parent | 37c4b26c196d6316a5759f444ea8a577d0bddd20 (diff) | |
download | ports-66e034bbf6901a5f3dc2e1421aa62b1298ed6694.tar.gz ports-66e034bbf6901a5f3dc2e1421aa62b1298ed6694.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/giflib/files/patch-lib::qprintf.c | 15 | ||||
-rw-r--r-- | graphics/libungif/files/patch-lib::qprintf.c | 15 |
2 files changed, 30 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; diff --git a/graphics/libungif/files/patch-lib::qprintf.c b/graphics/libungif/files/patch-lib::qprintf.c new file mode 100644 index 000000000000..27c394717f67 --- /dev/null +++ b/graphics/libungif/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; |