diff options
author | agc <agc> | 2004-02-10 10:58:56 +0000 |
---|---|---|
committer | agc <agc> | 2004-02-10 10:58:56 +0000 |
commit | 77e739c74546b09e0eab3c6e831b2f6beaebc63c (patch) | |
tree | dfd58a3ca07f7d01e65fb9be45fdfaec7294ef24 /print/ja-vflib-lib/patches | |
parent | b2fa67e107572f9d81a649b5a6c9209dfec85444 (diff) | |
download | pkgsrc-77e739c74546b09e0eab3c6e831b2f6beaebc63c.tar.gz |
Fix for gcc3: varargs -> stdarg
Diffstat (limited to 'print/ja-vflib-lib/patches')
-rw-r--r-- | print/ja-vflib-lib/patches/patch-ag | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/ja-vflib-lib/patches/patch-ag b/print/ja-vflib-lib/patches/patch-ag new file mode 100644 index 00000000000..32df7c370b9 --- /dev/null +++ b/print/ja-vflib-lib/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2004/02/10 10:58:56 agc Exp $ + +--- tools/disol.c 2004/02/10 10:53:04 1.1 ++++ tools/disol.c 2004/02/10 10:53:28 +@@ -33,7 +33,7 @@ + + #include <stdio.h> + #include <stdlib.h> +-#include <varargs.h> ++#include <stdarg.h> + #include "../src/VF.h" + + #define CommentLine printf |