summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarkd <markd>2005-12-11 11:03:13 +0000
committermarkd <markd>2005-12-11 11:03:13 +0000
commita1a4e1db7e50bc76e9efcbffb4b91a52e6e360a6 (patch)
tree81500056b010963be246b6edab6c5368aefccc9f /x11
parent81119d05e1cfe8ba107f468267d97799a24650b4 (diff)
downloadpkgsrc-a1a4e1db7e50bc76e9efcbffb4b91a52e6e360a6.tar.gz
missed adding this for kde 3.5.0.
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)
+ {