This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 56bedd18ba Fix a regression in
7e8ab750cfd3aa68da5fd305f11cfb43d73e574c where hyphen cannot build in Windows,
because the makefile.mk generated by main/hyphen/hyphen-2.7.1.patch that
Windows uses to build it, was deleted.
56bedd18ba is described below
commit 56bedd18ba2ee9641bf8fed2988973374575729b
Author: Damjan Jovanovic <[email protected]>
AuthorDate: Wed Jul 29 06:27:13 2026 +0200
Fix a regression in 7e8ab750cfd3aa68da5fd305f11cfb43d73e574c
where hyphen cannot build in Windows, because the makefile.mk
generated by main/hyphen/hyphen-2.7.1.patch that Windows uses
to build it, was deleted.
Patch by: me
---
main/hyphen/hyphen-2.8.8-makefile-mk.patch | 32 ++++++++++++++++++++++++++++++
main/hyphen/makefile.mk | 3 +++
2 files changed, 35 insertions(+)
diff --git a/main/hyphen/hyphen-2.8.8-makefile-mk.patch
b/main/hyphen/hyphen-2.8.8-makefile-mk.patch
new file mode 100644
index 0000000000..508d9f4bd2
--- /dev/null
+++ b/main/hyphen/hyphen-2.8.8-makefile-mk.patch
@@ -0,0 +1,32 @@
+--- misc/hyphen-2.8.8/makefile.mk 2010-12-02 10:35:40.265625000 +0100
++++ misc/build/hyphen-2.8.8/makefile.mk 2010-12-02 10:25:45.750000000
+0100
+@@ -1 +1,28 @@
+-dummy
++PRJ = ..$/..$/..$/..
++
++PRJNAME = hyphen
++TARGET = hyphen
++CFLAGSCALL=gsd
++
++USE_DEFFILE=TRUE
++EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
++UWINAPILIB=
++
++.INCLUDE : settings.mk
++
++# --- Files --------------------------------------------------------
++
++# !! not to be compiled because those belong to a stand alone programs: !!
++# $(SLO)$/createfp.obj\
++# $(SLO)$/testtextcat.obj
++
++SLOFILES= \
++ $(SLO)$/hyphen.obj\
++ $(SLO)$/hnjalloc.obj
++
++# --- Targets ------------------------------------------------------
++
++ALL: ALLTAR
++
++.INCLUDE : target.mk
++
diff --git a/main/hyphen/makefile.mk b/main/hyphen/makefile.mk
index ffa973f746..4d5293e1da 100644
--- a/main/hyphen/makefile.mk
+++ b/main/hyphen/makefile.mk
@@ -44,6 +44,9 @@ TARFILE_MD5=5ade6ae2a99bc1e9e57031ca88d36dad
ADDITIONAL_FILES += makefile.mk
+PATCH_FILES= \
+ hyphen-2.8.8-makefile-mk.patch
+
# hyphen 2.8.8 builds cleanly from the upstream tarball; no in-tree patches
# are needed (the old 2.7.1 patches that rewired the dictionary build and
# tweaked the charset read are obsolete for this version).