pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/pwm Define _ISOC99_SOURCE for libtu, so NetBSD has ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/81c68ead439c
branches: trunk
changeset: 472435:81c68ead439c
user: salo <salo%pkgsrc.org@localhost>
date: Sat Apr 10 20:42:11 2004 +0000
description:
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@.
diffstat:
wm/pwm/distinfo | 4 ++--
wm/pwm/patches/patch-ag | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r f65e4053051b -r 81c68ead439c wm/pwm/distinfo
--- a/wm/pwm/distinfo Sat Apr 10 20:28:52 2004 +0000
+++ b/wm/pwm/distinfo Sat Apr 10 20:42:11 2004 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2003/12/15 18:51:21 salo Exp $
+$NetBSD: distinfo,v 1.15 2004/04/10 20:42:11 salo Exp $
SHA1 (pwm-20030617.tar.gz) = 89e6e862746a65ad9a482ac22a1cfa4771736902
Size (pwm-20030617.tar.gz) = 152149 bytes
SHA1 (patch-aa) = 7566f850cc680017c388269316d7dec1296e1684
SHA1 (patch-ac) = 793f1348e45a6ee3e21b5fa5ff02b00d1dd48ef1
SHA1 (patch-af) = 1f302ae3b78c436bd5170dea55e77e8e00f789d0
-SHA1 (patch-ag) = d60706577c14b194a6207b00a2a16824ad97ee21
+SHA1 (patch-ag) = b920b78cfc4cc460a5d23e1d446fe296a15ab670
SHA1 (patch-ah) = 146a957d385cfc70322ffd2c2ddf10238e2960bc
diff -r f65e4053051b -r 81c68ead439c wm/pwm/patches/patch-ag
--- a/wm/pwm/patches/patch-ag Sat Apr 10 20:28:52 2004 +0000
+++ b/wm/pwm/patches/patch-ag Sat Apr 10 20:42:11 2004 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index