31c21eaeb1
add kactivities rename kdebase4 -> kde-baseapps4 rename kdebase-runtime4 -> kde-runtime4 rename kdebase-workspace4 -> kde-workspace4 rename kdebindings4-python -> py-kde4
14 lines
365 B
Text
14 lines
365 B
Text
$NetBSD: patch-ak,v 1.1 2012/03/19 19:44:03 markd Exp $
|
|
|
|
To pull in strsignal() on NetBSD<5.99
|
|
|
|
--- drkonqi/crashedapplication.cpp.orig 2011-02-25 21:54:12.000000000 +0000
|
|
+++ drkonqi/crashedapplication.cpp
|
|
@@ -23,6 +23,7 @@
|
|
# include <clocale>
|
|
# include <cstring>
|
|
# include <cstdlib>
|
|
+# include <unistd.h>
|
|
#else
|
|
# if defined(Q_OS_UNIX)
|
|
# include <signal.h>
|