summaryrefslogtreecommitdiff
path: root/x11/kdebase-runtime4
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-04 16:06:51 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-04 16:06:51 +0000
commit4c3c353946cc486b9773bb4aa29e6c776f32f6df (patch)
tree6f8a59b8d031ea8431181c689ea70461e9542838 /x11/kdebase-runtime4
parent7d94d3b4960130a11c74c315d9d7770d8a36f696 (diff)
downloadpkgsrc-4c3c353946cc486b9773bb4aa29e6c776f32f6df.tar.gz
DESTDIR support
Diffstat (limited to 'x11/kdebase-runtime4')
-rw-r--r--x11/kdebase-runtime4/distinfo3
-rw-r--r--x11/kdebase-runtime4/patches/patch-aj14
2 files changed, 16 insertions, 1 deletions
diff --git a/x11/kdebase-runtime4/distinfo b/x11/kdebase-runtime4/distinfo
index 01739d4a39e..c83d4f2a6db 100644
--- a/x11/kdebase-runtime4/distinfo
+++ b/x11/kdebase-runtime4/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2010/01/27 10:38:41 markd Exp $
+$NetBSD: distinfo,v 1.6 2010/02/04 16:06:51 joerg Exp $
SHA1 (kdebase-runtime-4.3.5.tar.bz2) = 4f6c1c3641837bf08b9ba9afc361a363b2da557c
RMD160 (kdebase-runtime-4.3.5.tar.bz2) = b3230f4b7099b3dbfa637b33db79f938c2a68ab6
@@ -11,4 +11,5 @@ SHA1 (patch-af) = 729a24c0391477c7774e0d594f0e69f79ac74322
SHA1 (patch-ag) = 5ca9064552379792c32577875d07562d3f736ab7
SHA1 (patch-ah) = edda8d4ff8d1dc4a1aef8aafb2dc9cc7c9b11502
SHA1 (patch-ai) = 3742a827c4b18cde06828ff585d3130062803b9a
+SHA1 (patch-aj) = 343c29c116a7436c6299c74e78d9137d3abbef67
SHA1 (patch-kdesud) = d26cc003542eb1a2922eeff313037746bd907dea
diff --git a/x11/kdebase-runtime4/patches/patch-aj b/x11/kdebase-runtime4/patches/patch-aj
new file mode 100644
index 00000000000..21895d05864
--- /dev/null
+++ b/x11/kdebase-runtime4/patches/patch-aj
@@ -0,0 +1,14 @@
+$NetBSD: patch-aj,v 1.1 2010/02/04 16:06:51 joerg Exp $
+
+--- drkonqi/krashconf.cpp.orig 2010-02-04 15:07:21.000000000 +0000
++++ drkonqi/krashconf.cpp
+@@ -44,6 +44,9 @@
+ #ifdef HAVE_STRSIGNAL
+ # include <clocale>
+ # include <cstring>
++extern "C" {
++# include <unistd.h>
++}
+ #endif
+
+ KrashConfig :: KrashConfig(QObject *parent)