From c0491df759293d019bdf213fc281f2e51233fefc Mon Sep 17 00:00:00 2001 From: salo Date: Sat, 10 Apr 2004 20:42:11 +0000 Subject: Define _ISOC99_SOURCE for libtu, so NetBSD has the chance to get the correct definition of va_copy from own headers. Should fix building on amd64. Per discussion with kristerw@. --- wm/pwm/patches/patch-ag | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wm/pwm/patches') diff --git a/wm/pwm/patches/patch-ag b/wm/pwm/patches/patch-ag index 8677151c72c..f95fee48c94 100644 --- a/wm/pwm/patches/patch-ag +++ b/wm/pwm/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.5 2003/07/10 19:41:20 salo Exp $ +$NetBSD: patch-ag,v 1.6 2004/04/10 20:42:11 salo Exp $ --- system.mk.orig Thu Dec 28 15:08:05 2000 +++ system.mk Thu Jul 10 21:30:50 2003 @@ -42,7 +42,7 @@ $NetBSD: patch-ag,v 1.5 2003/07/10 19:41:20 salo Exp $ # libtu/ uses POSIX_SOURCE -POSIX_SOURCE=-ansi -D_POSIX_SOURCE -+POSIX_SOURCE=-D_POSIX_SOURCE ++POSIX_SOURCE=-D_POSIX_SOURCE -D_ISOC99_SOURCE # and . (ion) XOPEN_SOURCE. # There is variation among systems what should be used and how they interpret -- cgit v1.2.3