diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-03-26 23:37:49 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-03-26 23:37:49 +0000 |
commit | 6c594816c5c3a4a7cfe1acfd7899aa315cfe60b7 (patch) | |
tree | c68e10208826443bc44459c0d04a568d42de9a67 /misc/openoffice | |
parent | 75a70ec717c92dd37ed61c9590dacadd8cdcd57e (diff) | |
download | pkgsrc-6c594816c5c3a4a7cfe1acfd7899aa315cfe60b7.tar.gz |
Add a missing include so that it compiles with recent devel/stlport.
Diffstat (limited to 'misc/openoffice')
-rw-r--r-- | misc/openoffice/distinfo | 3 | ||||
-rw-r--r-- | misc/openoffice/patches/patch-er | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/openoffice/distinfo b/misc/openoffice/distinfo index 9d88224a3d0..f3ecca398b6 100644 --- a/misc/openoffice/distinfo +++ b/misc/openoffice/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2004/03/14 02:29:20 kristerw Exp $ +$NetBSD: distinfo,v 1.17 2004/03/26 23:37:49 kristerw Exp $ SHA1 (oo_641_src.tar.bz2) = ad4c7000cf317d7e9d694a6d519336bfaf1f8edd Size (oo_641_src.tar.bz2) = 109167758 bytes @@ -127,3 +127,4 @@ SHA1 (patch-en) = 8b74f0bf2b5fa998624a1e5478fc0710a7a644e1 SHA1 (patch-eo) = dca9afb678c9cf87ed16e352f839a82917663d10 SHA1 (patch-ep) = ca62bf9a949519bf3d54002d350be17f0d53c463 SHA1 (patch-eq) = 1da7be56d2b9dde0056333dc1ba2b1a64cf6b822 +SHA1 (patch-er) = 5c1b359c39dce4f7fd2b87c52e82e1091d39e025 diff --git a/misc/openoffice/patches/patch-er b/misc/openoffice/patches/patch-er new file mode 100644 index 00000000000..238b07cbb78 --- /dev/null +++ b/misc/openoffice/patches/patch-er @@ -0,0 +1,12 @@ +$NetBSD: patch-er,v 1.1 2004/03/26 23:37:49 kristerw Exp $ + +--- ../xmloff/source/forms/elementimport.cxx.orig Fri Mar 26 23:59:06 2004 ++++ ../xmloff/source/forms/elementimport.cxx Fri Mar 26 23:59:36 2004 +@@ -100,6 +100,7 @@ + #include <com/sun/star/form/FormComponentType.hpp> + #endif + ++#include <algorithm> + //......................................................................... + namespace xmloff + { |