uwimap: fix build using gcc14 and recompile for library/security/openssl-3
[oi-userland.git] / components / desktop / libreoffice / patches / dictionaries-translations-help-already-downloaded-as-tar-gz.patch.github
blobf7cc7ce94f00ae5d383c470327fcb76725c82056
1 --- core-baecfd21797310bb15ab98ca3962445d99e397db/Makefile.in.~1~       2023-11-19 17:23:49.000000000 -0500
2 +++ core-baecfd21797310bb15ab98ca3962445d99e397db/Makefile.in   2023-11-19 23:02:19.168893166 -0500
3 @@ -260,9 +260,7 @@
4  get-submodules: | download
5  ifneq ($(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),$(SRCDIR)/src/libreoffice-$(i)-$(gb_LO_VER)),$(wildcard $(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),$(SRCDIR)/src/libreoffice-$(i)-$(gb_LO_VER))))
6         $(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),\
7 -               $(call fetch_Download_item_unchecked,https://download.documentfoundation.org/libreoffice/src/$(shell echo $(gb_LO_VER) | sed -e "s/\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/"),libreoffice-$(i)-$(gb_LO_VER).tar.xz))
8 -       $(SRCDIR)/bin/unpack-sources $(SRCDIR) $(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),\
9 -               $(TARFILE_LOCATION)/libreoffice-$(i)-$(gb_LO_VER).tar.xz)
10 +               $(SRCDIR)/bin/unpack-sources $(SRCDIR)/$(i) $(TARFILE_LOCATION)/libreoffice-$(i)-$(gb_LO_VER).tar.gz ;)
11  endif
13  endif