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/patches | |
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/patches')
-rw-r--r-- | graphics/urt/patches/patch-aa | 13 |
1 files changed, 7 insertions, 6 deletions
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" |