# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/libreoffice/configure.patch.cross # Copyright (C) 2022 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License version 2 as used by the T2 SDE. # --- T2-COPYRIGHT-NOTE-END --- --- libreoffice-7.3.3.2/configure.vanilla 2022-06-05 23:07:19.256849481 +0200 +++ libreoffice-7.3.3.2/configure 2022-06-05 23:07:24.514849752 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.70 for LibreOffice 7.3.3.2. # @@ -15123,6 +15123,7 @@ unset CPPUNIT_CFLAGS CPPUNIT_LIBS unset LIBXML_CFLAGS LIBXML_LIBS LIBXSLT_CFLAGS LIBXSLT_LIBS XSLTPROC unset PKG_CONFIG_LIBDIR PKG_CONFIG_PATH + . /etc/profile.d/pkgconfig if test -n "$CC_FOR_BUILD"; then export CC="$CC_FOR_BUILD" CC_BASE=`first_arg_basename "$CC"`