summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in')
-rw-r--r--editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in b/editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in
deleted file mode 100644
index a06f28849d7a..000000000000
--- a/editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in
+++ /dev/null
@@ -1,18 +0,0 @@
-Issuetracker : #i56949#
-CWS : N/A
-Author : <maho@openoffice.org> (JCA)
-Description : FreeBSD porting : Add conditional the case of @GCCVER@ >= 30401.
-Like GNU/Linux's case, we also need the case for $CVER if @GCCVER@ is equal to or larger than 3.4.1
-
---- config_office/set_soenv.in Thu Sep 22 23:30:56 2005
-+++ config_office/set_soenv.in Sat Oct 1 12:59:30 2005
-@@ -347,6 +347,9 @@
- $JRELIBDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386";
- $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client";
- $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."native_threads";
-+ if( @GCCVER@ >= 30401 ) {
-+ $CVER = "C341";
-+ }
- }
- elsif ( $platform =~ m/linux-gnu/ )
- {