diff options
author | markd <markd@pkgsrc.org> | 2005-12-11 11:03:13 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-12-11 11:03:13 +0000 |
commit | 253b35727d9280761bc8274b2e0e471395a3cc33 (patch) | |
tree | 81500056b010963be246b6edab6c5368aefccc9f /x11 | |
parent | 477c138a4890955bacdab7931af0b71dfa32308c (diff) | |
download | pkgsrc-253b35727d9280761bc8274b2e0e471395a3cc33.tar.gz |
missed adding this for kde 3.5.0.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase3/patches/patch-am | 14 |
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) + { |