summaryrefslogtreecommitdiff
path: root/graphics/urt/files/patch-lib-scanargs.c
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-10-28 02:24:51 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-10-28 02:24:51 +0000
commite1efb2862e7373ebc85c5d1b8b8328557ef3cd90 (patch)
treea48ec8a395921c201048a7a9dd01db7e016fc618 /graphics/urt/files/patch-lib-scanargs.c
parentFix build on -CURRENT. (diff)
Fix build on -CURRENT.
Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=92374
Diffstat (limited to '')
-rw-r--r--graphics/urt/files/patch-lib-scanargs.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-lib-scanargs.c b/graphics/urt/files/patch-lib-scanargs.c
new file mode 100644
index 000000000000..eb174fe955f0
--- /dev/null
+++ b/graphics/urt/files/patch-lib-scanargs.c
@@ -0,0 +1,10 @@
+--- lib/scanargs.c.orig Tue Oct 28 07:54:53 2003
++++ lib/scanargs.c Tue Oct 28 07:55:14 2003
+@@ -43,6 +43,7 @@
+ #include "rle_config.h"
+ #include <stdio.h>
+ #include <ctype.h>
++#define USE_STDARG
+ #ifndef USE_STDARG
+ #include <varargs.h>
+ #else