summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-08-15 23:54:41 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-08-15 23:54:41 +0000
commit55757c281cf49437b2b47be9951d823174febd69 (patch)
treea9f920f98bbe8d6b88c92f2cf86603d475fc2588 /editors/openoffice-1.1/files
parentmake net/sniffit buildable again on sparc64 (and others maybe too) (diff)
Make this patch up-to-date
Notes
Notes: svn path=/head/; revision=87017
Diffstat (limited to 'editors/openoffice-1.1/files')
-rw-r--r--editors/openoffice-1.1/files/patch-stlport::STLport-4.5.patch78
1 files changed, 25 insertions, 53 deletions
diff --git a/editors/openoffice-1.1/files/patch-stlport::STLport-4.5.patch b/editors/openoffice-1.1/files/patch-stlport::STLport-4.5.patch
index 1810ae36e6c0..714dfcdf9334 100644
--- a/editors/openoffice-1.1/files/patch-stlport::STLport-4.5.patch
+++ b/editors/openoffice-1.1/files/patch-stlport::STLport-4.5.patch
@@ -1,53 +1,25 @@
---- ../stlport/STLport-4.5.patch Thu Mar 27 12:54:46 2003
-+++ ../stlport/STLport-4.5.patch Tue Aug 12 12:07:48 2003
-@@ -65,27 +65,20 @@
- !
- *** misc/STLport-4.5/stlport/config/stl_gcc.h Tue Sep 4 13:10:16 2001
- --- misc/build/STLport-4.5/stlport/config/stl_gcc.h Mon Nov 11 09:37:18 2002
--*************** typedef unsigned int wint_t;
--*** 226,233 ****
--
-- # if (__GNUC__ >= 3)
--
--! # define _STLP_NATIVE_INCLUDE_PATH ../g++-v3
--! # define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../g++-v3/backward
--
-- # elif (__GNUC_MINOR__ < 8)
--
----- 226,235 ----
--
-- # if (__GNUC__ >= 3)
--
--! /* properly determine the STLP_NATIVE_INCLUDE_PATH */
--! # define _STLP_NATIVE_INCLUDE_PATH GXX_INCLUDE_PATH
--! # define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH \
--! GXX_INCLUDE_PATH/backward
--
-- # elif (__GNUC_MINOR__ < 8)
--
-+@@ -226,8 +226,11 @@
-+
-+ # if (__GNUC__ >= 3)
-+
-+-# define _STLP_NATIVE_INCLUDE_PATH ../g++-v3
-+-# define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../g++-v3/backward
-++/* properly determine the STLP_NATIVE_INCLUDE_PATH */
-++#undef i386
-++# define _STLP_NATIVE_INCLUDE_PATH /usr/include/c++/3.3
-++# define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH \
-++ /usr/include/c++/3.3/backward
-+
-+ # elif (__GNUC_MINOR__ < 8)
-+
- *** misc/STLport-4.5/stlport/stdexcept Mon May 21 20:50:21 2001
- --- misc/build/STLport-4.5/stlport/stdexcept Mon Nov 11 09:37:18 2002
- ***************
-@@ -206,7 +199,7 @@
- # endif
-
- +#ifdef __FreeBSD__
--+# include <../wchar.h>
-++# include _STLP_NATIVE_C_HEADER(wchar.h)
- +#endif
- # include <stl/_cwchar.h>
-
+--- ../stlport/STLport-4.5.patch.orig Sat Aug 16 08:45:46 2003
++++ ../stlport/STLport-4.5.patch Sat Aug 16 08:52:25 2003
+@@ -254,11 +254,12 @@
+
+ # elif (__GNUC_MINOR__ < 8)
+
+---- 244,253 ----
++--- 244,254 ----
+
+ # if (__GNUC__ >= 3)
+
+ ! /* properly determine the STLP_NATIVE_INCLUDE_PATH */
++! #undef i386
+ ! # define _STLP_NATIVE_INCLUDE_PATH GXX_INCLUDE_PATH
+ ! # define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH \
+ ! GXX_INCLUDE_PATH/backward
+@@ -274,7 +275,7 @@
+ # endif
+
+ + #ifdef __FreeBSD__
+-+ # include <../wchar.h>
+++ #include _STLP_NATIVE_C_HEADER(wchar.h)
+ + #endif
+ # include <stl/_cwchar.h>
+