diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-12-08 13:57:34 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-12-08 13:57:34 +0000 |
commit | 68a46b37ab8c3559e09d1eb753c01278a19d4cf9 (patch) | |
tree | 8d5a4f6fef466d0c30afd9a8f22ed72e709e1c2e /editors/openoffice-2.0-devel/files/patch-stlport::STLport-4.5.patch | |
parent | Updated to 0.17 (diff) |
first remove patches. raize IssueZilla as far as possible
Diffstat (limited to 'editors/openoffice-2.0-devel/files/patch-stlport::STLport-4.5.patch')
-rw-r--r-- | editors/openoffice-2.0-devel/files/patch-stlport::STLport-4.5.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-stlport::STLport-4.5.patch b/editors/openoffice-2.0-devel/files/patch-stlport::STLport-4.5.patch deleted file mode 100644 index 714dfcdf9334..000000000000 --- a/editors/openoffice-2.0-devel/files/patch-stlport::STLport-4.5.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- ../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> - |