diff options
author | markd <markd@pkgsrc.org> | 2010-10-27 05:36:25 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-10-27 05:36:25 +0000 |
commit | 1802344b7e47c3248625ce9dd5c28a160446ac4b (patch) | |
tree | a6988f0f1cfe3dcbec1ee326c7ea5a133c7c2fd8 /x11 | |
parent | fbc5e7e0cd31f3f3a0d73c80a6d025f03e7ad09f (diff) | |
download | pkgsrc-1802344b7e47c3248625ce9dd5c28a160446ac4b.tar.gz |
Fix build on NetBSD 5.x
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase-runtime4/distinfo | 3 | ||||
-rw-r--r-- | x11/kdebase-runtime4/patches/patch-ak | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/x11/kdebase-runtime4/distinfo b/x11/kdebase-runtime4/distinfo index 125fe06d50b..009216725a2 100644 --- a/x11/kdebase-runtime4/distinfo +++ b/x11/kdebase-runtime4/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2010/10/25 20:55:27 markd Exp $ +$NetBSD: distinfo,v 1.13 2010/10/27 05:36:25 markd Exp $ SHA1 (kdebase-runtime-4.5.2.tar.bz2) = 6fca681da218e910caff538c1520e44ec8430c9d RMD160 (kdebase-runtime-4.5.2.tar.bz2) = f723ca34504604b46bd9d6083f827f666c3c32f5 @@ -11,4 +11,5 @@ SHA1 (patch-af) = 1a8f15ac1c8dadd59fe00ca7ca304ba41521f896 SHA1 (patch-ag) = 5ca9064552379792c32577875d07562d3f736ab7 SHA1 (patch-ah) = edda8d4ff8d1dc4a1aef8aafb2dc9cc7c9b11502 SHA1 (patch-ai) = 3742a827c4b18cde06828ff585d3130062803b9a +SHA1 (patch-ak) = 5fd43f0518e7f77a1d126248ea81e83c578e1b29 SHA1 (patch-kdesud) = d26cc003542eb1a2922eeff313037746bd907dea diff --git a/x11/kdebase-runtime4/patches/patch-ak b/x11/kdebase-runtime4/patches/patch-ak new file mode 100644 index 00000000000..c62c5525d95 --- /dev/null +++ b/x11/kdebase-runtime4/patches/patch-ak @@ -0,0 +1,14 @@ +$NetBSD: patch-ak,v 1.1 2010/10/27 05:36:26 markd Exp $ + +To pull in strsignal() on NetBSD<5.99 + +--- drkonqi/crashedapplication.cpp.orig 2010-10-26 11:07:28.000000000 +0000 ++++ drkonqi/crashedapplication.cpp +@@ -23,6 +23,7 @@ + # include <clocale> + # include <cstring> + # include <cstdlib> ++# include <unistd.h> + #else + # include <signal.h> + #endif |