From 6d45ebb928b2e8df70502ca5cede6695ccb5bcc1 Mon Sep 17 00:00:00 2001 From: "Thomas Lange [tl]" Date: Fri, 3 Dec 2010 09:55:02 +0100 Subject: cws tl84: #i109543# updating hyphen library to v2.7.1 --- hyphen/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hyphen/makefile.mk') diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk index b733398c3c8d..b77343772e3a 100644 --- a/hyphen/makefile.mk +++ b/hyphen/makefile.mk @@ -36,12 +36,12 @@ TARGET=hyphen # --- Files -------------------------------------------------------- -TARFILE_NAME=hyphen-2.4 -TARFILE_MD5=d0b5af6e408b8d2958f3d83b5244f5e8 +TARFILE_NAME=hyphen-2.7.1 +TARFILE_MD5=48a9f787f43a09c0a9b7b00cd1fddbbf ADDITIONAL_FILES += makefile.mk -PATCH_FILES=hyphen-2.4.patch +PATCH_FILES=hyphen-2.7.1.patch .IF "$(GUI)"=="UNX" CONFIGURE_DIR=$(BUILD_DIR) -- cgit From 97286ac1ff22bfb7dca87d4f74a4f92c03e1d265 Mon Sep 17 00:00:00 2001 From: "Thomas Lange [tl]" Date: Tue, 18 Jan 2011 16:42:10 +0100 Subject: cws tl84: #i109543# patch to fix hyphenation for Linux --- hyphen/makefile.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hyphen/makefile.mk') diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk index b77343772e3a..94c1592df21e 100644 --- a/hyphen/makefile.mk +++ b/hyphen/makefile.mk @@ -41,7 +41,9 @@ TARFILE_MD5=48a9f787f43a09c0a9b7b00cd1fddbbf ADDITIONAL_FILES += makefile.mk -PATCH_FILES=hyphen-2.7.1.patch +PATCH_FILES= \ + hyphen-2.7.1.patch \ + hyphen-2.7.1-read-charset.patch .IF "$(GUI)"=="UNX" CONFIGURE_DIR=$(BUILD_DIR) -- cgit