pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ddd Fix another build problem, this time under N...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/051b2f253f73
branches:  trunk
changeset: 461922:051b2f253f73
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Sep 23 19:26:01 2003 +0000

description:
Fix another build problem, this time under NetBSD 1.6.1_STABLE.

diffstat:

 devel/ddd/distinfo         |   3 ++-
 devel/ddd/patches/patch-ah |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r a376ecadc4cd -r 051b2f253f73 devel/ddd/distinfo
--- a/devel/ddd/distinfo        Tue Sep 23 19:19:33 2003 +0000
+++ b/devel/ddd/distinfo        Tue Sep 23 19:26:01 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2003/09/23 18:40:05 tron Exp $
+$NetBSD: distinfo,v 1.11 2003/09/23 19:26:01 tron Exp $
 
 SHA1 (ddd-3.3.7.tar.gz) = d2a4fcf2bace28ef7d7dfef6903251822345cc21
 Size (ddd-3.3.7.tar.gz) = 14840534 bytes
@@ -9,3 +9,4 @@
 SHA1 (patch-ae) = 281150c1bc7605901425b10c99f5457927675183
 SHA1 (patch-af) = 6685e383354997ddcca443d96c2cb9062ef4d322
 SHA1 (patch-ag) = d61956f73a7622868c89b23bafb4b09250a16f97
+SHA1 (patch-ah) = e60944d036bf1c5e264b2a1d37ba5437b3386363
diff -r a376ecadc4cd -r 051b2f253f73 devel/ddd/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ddd/patches/patch-ah        Tue Sep 23 19:26:01 2003 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ah,v 1.1 2003/09/23 19:26:02 tron Exp $
+
+--- ddd/sigName.C.orig Sat May 24 17:27:12 2003
++++ ddd/sigName.C      Tue Sep 23 21:10:37 2003
+@@ -43,6 +43,12 @@
+ #include "strclass.h"
+ #include "sigName.h"
+ 
++#if HAVE_UNISTD_H
++extern "C" {
++#include <unistd.h>
++}
++#endif
++
+ #if HAVE_STRSIGNAL && !HAVE_STRSIGNAL_DECL
+ extern "C" const char *strsignal(int signo);
+ #endif



Home | Main Index | Thread Index | Old Index