diff options
author | Max Rees <maxcrees@me.com> | 2018-11-30 16:45:43 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-03-11 23:36:53 -0400 |
commit | e5e7f2a7e60e60c88d9f53b16b6bda81a2e4b6f9 (patch) | |
tree | 55437bfa6ed732212a29d3e4eec00d0a50c9adce /user/libreoffice/disable-mariadbc.patch | |
parent | 6e65ef71851e9fc3c807c2284ecf4edc46c83048 (diff) | |
download | packages-e5e7f2a7e60e60c88d9f53b16b6bda81a2e4b6f9.tar.gz packages-e5e7f2a7e60e60c88d9f53b16b6bda81a2e4b6f9.tar.bz2 packages-e5e7f2a7e60e60c88d9f53b16b6bda81a2e4b6f9.tar.xz packages-e5e7f2a7e60e60c88d9f53b16b6bda81a2e4b6f9.zip |
user/libreoffice: bump to 6.2.1.2
Added to makedepends:
* fontforge-dev
* libnumbertext-dev
* py3-lxml
Removed from makedepends:
* gettext-tiny-dev
Diffstat (limited to 'user/libreoffice/disable-mariadbc.patch')
-rw-r--r-- | user/libreoffice/disable-mariadbc.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/libreoffice/disable-mariadbc.patch b/user/libreoffice/disable-mariadbc.patch new file mode 100644 index 000000000..ada1d1e7a --- /dev/null +++ b/user/libreoffice/disable-mariadbc.patch @@ -0,0 +1,13 @@ +We don't have MariaDB yet and there is no ./configure option for it + +--- libreoffice-6.2.1.2/configure.ac ++++ libreoffice-6.2.1.2/configure.ac +@@ -8471,7 +8471,7 @@ AC_SUBST(PYTHON_VERSION) + AC_SUBST(PYTHON_VERSION_MAJOR) + AC_SUBST(PYTHON_VERSION_MINOR) + +-ENABLE_MARIADBC=TRUE ++ENABLE_MARIADBC= + if test "$_os" = "Android" -o "$_os" = "iOS"; then + ENABLE_MARIADBC= + fi |