From e1efb2862e7373ebc85c5d1b8b8328557ef3cd90 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Tue, 28 Oct 2003 02:24:51 +0000 Subject: Fix build on -CURRENT. Bump PORTREVISION. --- graphics/urt/Makefile | 1 + graphics/urt/files/patch-lib-scanargs.c | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 graphics/urt/files/patch-lib-scanargs.c (limited to 'graphics/urt') diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index b72c4ebdda8a..00347e08d3f3 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -7,6 +7,7 @@ PORTNAME= urt PORTVERSION= 3.1b1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.utah.edu/pub/dept/OLD/pub/ DISTNAME= urt 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 + #include ++#define USE_STDARG + #ifndef USE_STDARG + #include + #else -- cgit v1.2.3