]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 Jul 2004 16:50:17 +0000 (16:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openoffice-setup.patch -> 1.1

openoffice-setup.patch [new file with mode: 0644]

diff --git a/openoffice-setup.patch b/openoffice-setup.patch
new file mode 100644 (file)
index 0000000..9a8e323
--- /dev/null
@@ -0,0 +1,22 @@
+Index: bin/setup.in
+===================================================================
+RCS file: /cvs/gnome/ooo-build/bin/setup.in,v
+retrieving revision 1.66
+diff -u -u -r1.66 setup.in
+--- openoffice/bin/setup.in    3 Jul 2004 02:14:36 -0000       1.66
++++ openoffice/bin/setup.in    7 Jul 2004 16:09:45 -0000
+@@ -79,7 +79,13 @@
+                      --with-system-freetype --disable-mozilla \
+                      --with-widget-sets=original,kde,gtk";
+     else
+-      echo "Using configure options from the environment";
++      if [ -s ./setup.configure ]; then
++              . ./setup.configure
++              echo "Using configure options from the ./setup.configure file";
++      else
++              echo "CONFIGURE_OPTIONS=\"$CONFIGURE_OPTIONS\"" > ./setup.configure
++              echo "Using configure options from the environment";
++      fi
+     fi
+ fi
This page took 0.15723 seconds and 4 git commands to generate.