diff options
author | maho <maho@FreeBSD.org> | 2003-08-15 23:54:41 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-08-15 23:54:41 +0000 |
commit | 85901e72f883b3ebb8caf900309c03a81411487d (patch) | |
tree | 1e6e7e6c5c388f25b30e8df9d6bb399302c01cf0 /editors/openoffice-3 | |
parent | a0e1131fc5deaad76ab145bf6533d84d1cc64194 (diff) | |
download | FreeBSD-ports-85901e72f883b3ebb8caf900309c03a81411487d.zip FreeBSD-ports-85901e72f883b3ebb8caf900309c03a81411487d.tar.gz |
Make this patch up-to-date
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/files/patch-stlport::STLport-4.5.patch | 78 |
1 files changed, 25 insertions, 53 deletions
diff --git a/editors/openoffice-3/files/patch-stlport::STLport-4.5.patch b/editors/openoffice-3/files/patch-stlport::STLport-4.5.patch index 1810ae3..714dfcd 100644 --- a/editors/openoffice-3/files/patch-stlport::STLport-4.5.patch +++ b/editors/openoffice-3/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> + |