diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-18 22:41:42 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-18 22:41:42 +0000 |
commit | 5f6e7f6949fe1fba17b53a04af5b465f19b9b17d (patch) | |
tree | 336b116c7090225344e575c81b023f12aef39c5b /editors/openoffice-3-devel/files/patch-product::inc::scp::udk_basefiles.scp | |
parent | * add 2 missing man pages (diff) |
First step to make this port working. Configure works and all patches
apply now. There are still some compile errors to fix.
As you may see the patchnames are very long, but that makes
maintaining patches a lot easier.
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-product::inc::scp::udk_basefiles.scp')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-product::inc::scp::udk_basefiles.scp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-product::inc::scp::udk_basefiles.scp b/editors/openoffice-3-devel/files/patch-product::inc::scp::udk_basefiles.scp new file mode 100644 index 000000000000..7b55cc064156 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-product::inc::scp::udk_basefiles.scp @@ -0,0 +1,18 @@ +--- ../product/inc/scp/udk_basefiles.scp.orig Fri Jun 7 20:15:12 2002 ++++ ../product/inc/scp/udk_basefiles.scp Tue Jul 16 15:26:15 2002 +@@ -2,6 +2,7 @@ + + // Temporary solution/hack: at the moment libstdc++.so and libgcc_s.so are needed for unxlngi4 environment + // (setup is linked against it). ++#if ( defined ( LINUX )) + #if ( defined( _gcc3 ) && defined( C300 ) ) + + File gid_File_Lib_gcc +@@ -42,6 +43,7 @@ + Name = STRING(libstdc++.so.3); + Styles = (NETWORK,RELATIVE); + End ++#endif + #endif + #endif + |