diff options
author | tron <tron@pkgsrc.org> | 2003-09-25 11:58:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-09-25 11:58:33 +0000 |
commit | b0fe6e95fe986dd9dc1052008314ce8b32265b12 (patch) | |
tree | c7c3763300e2a960e5dc2724f2a3b2aed44be1f0 /graphics/urt | |
parent | b9faf89ab0ad058ccc725c7a859d49265d829a6a (diff) | |
download | pkgsrc-b0fe6e95fe986dd9dc1052008314ce8b32265b12.tar.gz |
Use "stdarg.h" instead of "varargs.h" to handle variable arugment list.
This fixes build problems when using GCC 3.3.1.
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/distinfo | 4 | ||||
-rw-r--r-- | graphics/urt/patches/patch-aa | 13 |
2 files changed, 9 insertions, 8 deletions
diff --git a/graphics/urt/distinfo b/graphics/urt/distinfo index bf1b50ae9e3..ee1c6c1f339 100644 --- a/graphics/urt/distinfo +++ b/graphics/urt/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 09:54:27 wiz Exp $ +$NetBSD: distinfo,v 1.3 2003/09/25 11:58:33 tron Exp $ SHA1 (urt-3.1b.tar.Z) = 370b19c9e7019a7258754e7494b7ae2d7fe138ac Size (urt-3.1b.tar.Z) = 1016405 bytes @@ -8,7 +8,7 @@ SHA1 (urt-img.tar) = 0bdca907616ccee15ae1915af40fb370a705954f Size (urt-img.tar) = 1851392 bytes SHA1 (urt-3.1b-3.1b1.patch) = 27aefd80b480af298fe4f9542a2efbddba8a174b Size (urt-3.1b-3.1b1.patch) = 18264 bytes -SHA1 (patch-aa) = c68b1a9e4ca38c829819119f684ab032b384a740 +SHA1 (patch-aa) = 6d3a514a84559a4bb9c21ccc88d1faad9aee49fc SHA1 (patch-ab) = 8f8e50f6ccdd80afaa034af998e47284e7788398 SHA1 (patch-ac) = 5b4d6c910f282e1cb16fd29c7956b40a335491b1 SHA1 (patch-ad) = 764806da7b3b4798ef2627df376db8dcc7c5e97f diff --git a/graphics/urt/patches/patch-aa b/graphics/urt/patches/patch-aa index 17d1f104b17..d4b639eeb81 100644 --- a/graphics/urt/patches/patch-aa +++ b/graphics/urt/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.4 2000/05/17 19:03:25 tron Exp $ +$NetBSD: patch-aa,v 1.5 2003/09/25 11:58:33 tron Exp $ ---- config/urt.orig Wed Jul 15 21:47:15 1992 -+++ config/urt Wed May 17 20:58:41 2000 +--- config/urt.orig 1992-07-15 21:47:15.000000000 +0200 ++++ config/urt 2003-09-25 13:55:06.000000000 +0200 @@ -1,3 +1,7 @@ +# Configuration for HP 9000/300 series running BSD4.3 + @@ -67,13 +67,14 @@ $NetBSD: patch-aa,v 1.4 2000/05/17 19:03:25 tron Exp $ -##define USE_L_FLAG Use -Llibdir -lrle instead of libdir/liblre.a. -##define USE_PROTOTYPES Declare library functions with ANSI-C prototypes. -##define USE_RANDOM Your libc has the BSD random() function. +-##define USE_STDARG Use 'stdarg' instead of 'varargs' (ANSI). +-##define USE_STDLIB_H You have "stdlib.h". +-##define USE_UNISTD_H You have "unistd.h". +#define SYS_V_SETPGRP Your system has the SysV setpgrp() call. +#define USE_L_FLAG Use -Llibdir -lrle instead of libdir/liblre.a. +#define USE_PROTOTYPES Declare library functions with ANSI-C prototypes. +#define USE_RANDOM Your libc has the BSD random() function. - ##define USE_STDARG Use 'stdarg' instead of 'varargs' (ANSI). --##define USE_STDLIB_H You have "stdlib.h". --##define USE_UNISTD_H You have "unistd.h". ++#define USE_STDARG Use 'stdarg' instead of 'varargs' (ANSI). +#define USE_STDLIB_H You have "stdlib.h". +#define USE_UNISTD_H You have "unistd.h". ##define USE_STRING_H You have "string.h", not "strings.h" |