freebsd-ports/graphics/urt/files/patch-lib-scanargs.c
Max Khon e1efb2862e Fix build on -CURRENT.
Bump PORTREVISION.
2003-10-28 02:24:51 +00:00

10 lines
245 B
C

--- 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