Hi,

OpenOffice's Makefile has double --with-system-python option. Patch
attached here sort(1) `with-system-python' options.

-- 
best regards
q#
--- Makefile    Fri Oct 27 20:21:44 2006
+++ Makefile.new        Sat Oct 28 01:19:58 2006
@@ -71,18 +71,17 @@
                --disable-mozilla \
                --disable-cups \
                --enable-cairo \
-               --with-system-jpeg \
-               --with-system-python \
-               --with-system-libxml \
-               --with-system-stdlibs \
-               --with-system-freetype \
                --with-system-curl \
-               --with-system-zlib \
+               --with-system-db \
                --with-system-expat \
+               --with-system-freetype \
+               --with-system-jpeg \
+               --with-system-libxml \
                --with-system-neon \
                --with-system-python \
-               --with-system-db \
                --with-system-sndfile \
+               --with-system-stdlibs \
+               --with-system-zlib \
                --with-epm=internal \
                --with-alloc=system \
                --without-java

Reply via email to