# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/freetype1/hotfix-ttest.patch # Copyright (C) 2022 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License version 2 as used by the T2 SDE. # --- T2-COPYRIGHT-NOTE-END --- Woudl need -fcommon, but we don't really need it anyway. --- 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 ttpo debug: ttlibdebug tttest ttpo --- freetype-1.3.1/Makefile.in.vanilla 2022-12-14 23:03:14.043847959 +0100 +++ freetype-1.3.1/Makefile.in 2022-12-14 23:03:57.735845354 +0100 @@ -5,7 +5,7 @@ MAKEFILE = arch/unix/Makefile FTLIBDIR = lib -FTTESTDIR = test +FTTESTDIR = FTPODIR = po all: ttlib ttpo @@ -30,7 +30,6 @@ install: cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) install - cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) install cd $(FTPODIR); $(MAKE) install uninstall: