pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice Add a missing include so that it compi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d06c42ddd515
branches:  trunk
changeset: 471337:d06c42ddd515
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Mar 26 23:37:49 2004 +0000

description:
Add a missing include so that it compiles with recent devel/stlport.

diffstat:

 misc/openoffice/distinfo         |   3 ++-
 misc/openoffice/patches/patch-er |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 6b9dea129a87 -r d06c42ddd515 misc/openoffice/distinfo
--- a/misc/openoffice/distinfo  Fri Mar 26 22:40:01 2004 +0000
+++ b/misc/openoffice/distinfo  Fri Mar 26 23:37:49 2004 +0000
@@ -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-eo) = dca9afb678c9cf87ed16e352f839a82917663d10
 SHA1 (patch-ep) = ca62bf9a949519bf3d54002d350be17f0d53c463
 SHA1 (patch-eq) = 1da7be56d2b9dde0056333dc1ba2b1a64cf6b822
+SHA1 (patch-er) = 5c1b359c39dce4f7fd2b87c52e82e1091d39e025
diff -r 6b9dea129a87 -r d06c42ddd515 misc/openoffice/patches/patch-er
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/openoffice/patches/patch-er  Fri Mar 26 23:37:49 2004 +0000
@@ -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
+ {



Home | Main Index | Thread Index | Old Index