]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- hack to fix build --with-lang=ALL (details in fdo#31871)
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 23 Dec 2010 17:19:22 +0000 (17:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice-hotfix-with-lang-all.patch -> 1.1

libreoffice-hotfix-with-lang-all.patch [new file with mode: 0644]

diff --git a/libreoffice-hotfix-with-lang-all.patch b/libreoffice-hotfix-with-lang-all.patch
new file mode 100644 (file)
index 0000000..87bf36c
--- /dev/null
@@ -0,0 +1,10 @@
+--- configure.inold    2010-12-22 22:08:07.123879026 +0100
++++ configure.in       2010-12-22 23:39:10.232519642 +0100
+@@ -7887,6 +7887,7 @@
+ if test -z "$WITH_LANG"; then
+    AC_MSG_RESULT([en-US])
+ else
++   WITH_LANG="$(sed -e :a -e '/\\$/N; s/\\\n//; ta' -n -e '/^completelangiso/p' $_solenv/inc/postset.mk | sed -e 's/completelangiso=//')"
+    AC_MSG_RESULT([$WITH_LANG])
+ fi
+ AC_SUBST(WITH_LANG)
This page took 0.03544 seconds and 4 git commands to generate.