# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/freetype1/hotfix-no-ttest-no-po.patch # Copyright (C) 2022 - 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- Woudl need -fcommon, but we don't really need it anyway. /usr/bin/msgfmt: Cannot convert from "ISO-8859-1" to "UTF-8". msgfmt relies on iconv(), and iconv() does not support this conversion. nl.po: warning: Charset "8859-1" is not a portable encoding name. Message conversion to user's charset might not work. --- freetype-1.3.1/Makefile.in.vanilla 2022-12-14 22:55:16.735876408 +0100 +++ freetype-1.3.1/Makefile.in 2022-12-14 22:56:43.393871243 +0100 @@ -8,7 +8,7 @@ FTTESTDIR = test FTPODIR = po -all: ttlib tttest ttpo +all: ttlib # tttest ttpo debug: ttlibdebug tttest ttpo @@ -30,7 +30,5 @@ install: cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) install - cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) install - cd $(FTPODIR); $(MAKE) install uninstall: