Author: megabajt Date: Thu Dec 23 17:19:27 2010 GMT Module: packages Tag: HEAD ---- Log message: - hack to fix build --with-lang=ALL (details in fdo#31871)
---- Files affected: packages/libreoffice: libreoffice-hotfix-with-lang-all.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libreoffice/libreoffice-hotfix-with-lang-all.patch diff -u /dev/null packages/libreoffice/libreoffice-hotfix-with-lang-all.patch:1.1 --- /dev/null Thu Dec 23 18:19:28 2010 +++ packages/libreoffice/libreoffice-hotfix-with-lang-all.patch Thu Dec 23 18:19:22 2010 @@ -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) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
