diff options
author | joerg <joerg> | 2010-02-04 16:06:51 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-04 16:06:51 +0000 |
commit | 47332808fa5b3bfcad8de176600b36ddc8dd1080 (patch) | |
tree | 6f8a59b8d031ea8431181c689ea70461e9542838 /x11 | |
parent | 0e6eba31ebcdd325ff805843ef7af1b882a3f217 (diff) | |
download | pkgsrc-47332808fa5b3bfcad8de176600b36ddc8dd1080.tar.gz |
DESTDIR support
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase-runtime4/distinfo | 3 | ||||
-rw-r--r-- | x11/kdebase-runtime4/patches/patch-aj | 14 |
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) |