diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-10-28 02:24:51 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-10-28 02:24:51 +0000 |
commit | e1efb2862e7373ebc85c5d1b8b8328557ef3cd90 (patch) | |
tree | a48ec8a395921c201048a7a9dd01db7e016fc618 /graphics/urt | |
parent | Fix build on -CURRENT. (diff) |
Fix build on -CURRENT.
Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=92374
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/Makefile | 1 | ||||
-rw-r--r-- | graphics/urt/files/patch-lib-scanargs.c | 10 |
2 files changed, 11 insertions, 0 deletions
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 <stdio.h> + #include <ctype.h> ++#define USE_STDARG + #ifndef USE_STDARG + #include <varargs.h> + #else |