]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-gcc.patch
- up
[packages/libreoffice.git] / openoffice-gcc.patch
CommitLineData
eaaa3b8d 1diff -Nur oo/config_office/set_soenv.1 oo.new/config_office/set_soenv.1
2--- oo/config_office/set_soenv.1 Wed Mar 20 19:10:58 2002
3+++ oo.new/config_office/set_soenv.1 Sun Apr 14 23:56:12 2002
4@@ -657,7 +657,7 @@
5 { if ( $ARGV[ 0 ] eq $no_gcc)
6 { AddWarning( "set_soenv", "Autoconf did not find correct gcc compiler, prompted for value" );
7 printf "Did you build gcc 2.95.2 from source using the --prefix and --enable-shared flags (y/n)?: ";
8- my $answer = <STDIN>;
9+ my $answer = "n";
10 chomp( $answer );
11 if ( $answer eq "y" || $answer eq "Y" )
12 { $GCC_HOME = GetValue( "Please enter the gcc 2.95.2 --prefix value: " );
964f3980 13diff -Nur oo/cppuhelper/source/gcc2_linux_intel.map oo.new/cppuhelper/source/gcc2_linux_intel.map
14--- oo/cppuhelper/source/gcc2_linux_intel.map Tue Sep 4 11:03:09 2001
15+++ oo.new/cppuhelper/source/gcc2_linux_intel.map Mon Apr 15 00:52:56 2002
16@@ -45,7 +45,6 @@
17 __Q53com3sun4star3uno19WeakReferenceHelperRCQ53com3sun4star3unot9Reference1ZQ53com3sun4star3uno10XInterface;
18 __as__Q53com3sun4star3uno19WeakReferenceHelperRCQ53com3sun4star3uno19WeakReferenceHelper;
19 __bss_start;
20-__pure_virtual;
21 __tiQ24cppu11OWeakObject;
22 __tiQ24cppu14OWeakAggObject;
23 __tiQ24cppu16OComponentHelper;
This page took 0.189051 seconds and 4 git commands to generate.