summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase3/patches/patch-am14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-am b/x11/kdebase3/patches/patch-am
new file mode 100644
index 00000000000..e5000104180
--- /dev/null
+++ b/x11/kdebase3/patches/patch-am
@@ -0,0 +1,14 @@
+$NetBSD: patch-am,v 1.16 2005/12/11 11:03:13 markd Exp $
+
+--- nsplugins/viewer/viewer.cpp.orig 2005-10-11 04:04:05.000000000 +1300
++++ nsplugins/viewer/viewer.cpp
+@@ -205,6 +205,9 @@ bool qt_set_socket_handler( int sockfd,
+ }
+ #endif
+
++#ifndef RLIMIT_AS
++#define RLIMIT_AS RLIMIT_DATA
++#endif
+
+ int main(int argc, char** argv)
+ {