From 7710b55bc3f0d213f6344fa1a608919c44a344b5 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Sun, 8 Jan 2006 19:32:36 +0000 Subject: Update to KDE 3.5.0 --- .../files/patch-nsplugins_viewer-viewer.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 x11/kde4-workspace/files/patch-nsplugins_viewer-viewer.cpp (limited to 'x11/kde4-workspace/files/patch-nsplugins_viewer-viewer.cpp') diff --git a/x11/kde4-workspace/files/patch-nsplugins_viewer-viewer.cpp b/x11/kde4-workspace/files/patch-nsplugins_viewer-viewer.cpp new file mode 100644 index 000000000000..4f51bfc6bab8 --- /dev/null +++ b/x11/kde4-workspace/files/patch-nsplugins_viewer-viewer.cpp @@ -0,0 +1,17 @@ +--- nsplugins/viewer/viewer.cpp.orig Mon Dec 19 00:30:44 2005 ++++ nsplugins/viewer/viewer.cpp Mon Dec 19 00:43:33 2005 +@@ -54,7 +54,14 @@ + #include "qxteventloop.h" + #endif + ++/** ++ * Use RLIMIT_DATA on systems that don't define RLIMIT_AS, ++ * such as FreeBSD 4. ++ */ + ++#ifndef RLIMIT_AS ++#define RLIMIT_AS RLIMIT_DATA ++#endif + + /** + * The error handler catches all X errors, writes the error -- cgit v1.2.3