]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-setup.patch
- one more try
[packages/libreoffice.git] / openoffice-setup.patch
CommitLineData
1c6fec54
AM
1Index: bin/setup.in
2===================================================================
3RCS file: /cvs/gnome/ooo-build/bin/setup.in,v
4retrieving revision 1.66
e443c73b
AM
5retrieving revision 1.68
6diff -u -u -r1.66 -r1.68
1c6fec54 7--- openoffice/bin/setup.in 3 Jul 2004 02:14:36 -0000 1.66
e443c73b
AM
8+++ openoffice/bin/setup.in 7 Jul 2004 17:26:23 -0000 1.68
9@@ -72,13 +72,19 @@
10
11 else
12 if test "z$CONFIGURE_OPTIONS" = "z"; then
13- CONFIGURE_OPTIONS="--with-lang=$LANGS \
14- --enable-libart --enable-libsn --enable-crashdump=no \
15- --without-fonts --disable-rpath \
16- --with-system-zlib --enable-fontconfig \
17- --with-system-freetype --disable-mozilla \
18- --with-widget-sets=original,kde,gtk";
1c6fec54
AM
19+ if [ -s ./setup.configure ]; then
20+ . ./setup.configure
21+ echo "Using configure options from the ./setup.configure file";
22+ else
e443c73b
AM
23+ CONFIGURE_OPTIONS="--with-lang=$LANGS \
24+ --enable-libart --enable-libsn --enable-crashdump=no \
25+ --without-fonts --disable-rpath \
26+ --with-system-zlib --enable-fontconfig \
27+ --with-system-freetype --disable-mozilla \
28+ --with-widget-sets=original,kde,gtk";
1c6fec54 29+ fi
e443c73b 30 else
dc7f1933 31+ echo "CONFIGURE_OPTIONS=\"`echo \"$CONFIGURE_OPTIONS\" | xargs`\"" > ./setup.configure
e443c73b 32 echo "Using configure options from the environment";
1c6fec54
AM
33 fi
34 fi
This page took 0.066676 seconds and 4 git commands to generate.