aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-10-28 10:24:51 +0800
committerfjoe <fjoe@FreeBSD.org>2003-10-28 10:24:51 +0800
commita66e35ecd655936e0b0899a5a2007c6a2cbeb352 (patch)
tree90cb596553691f99b60f53324b9a40519b2b1008 /graphics
parent03c540d9a82bc2786eab12bc699bd17c5afa420e (diff)
downloadfreebsd-ports-gnome-a66e35ecd655936e0b0899a5a2007c6a2cbeb352.tar.gz
freebsd-ports-gnome-a66e35ecd655936e0b0899a5a2007c6a2cbeb352.tar.zst
freebsd-ports-gnome-a66e35ecd655936e0b0899a5a2007c6a2cbeb352.zip
Fix build on -CURRENT.
Bump PORTREVISION.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/urt/Makefile1
-rw-r--r--graphics/urt/files/patch-lib-scanargs.c10
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