summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/patch-config_office+set_soenv.in
blob: a06f28849d7ab9f5628431c5ff8389f3b87c37a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/ ) 
 {