Blame SOURCES/freetype-2.5.2-more-demos.patch

20e524
--- ft2demos-2.5.2/Makefile
20e524
+++ ft2demos-2.5.2/Makefile
20e524
@@ -296,10 +296,10 @@ else
20e524
   # The following programs are not compiled automatically; either comment
20e524
   # out the affected line or use the program name as a Makefile target.
20e524
   #
20e524
-  # EXES += ftchkwd
20e524
-  # EXES += ftmemchk
20e524
-  # EXES += ftpatchk
20e524
-  # EXES += fttimer
20e524
+  EXES += ftchkwd
20e524
+  EXES += ftmemchk
20e524
+  EXES += ftpatchk
20e524
+  EXES += fttimer
20e524
   # EXES += testname
20e524
 
20e524
   exes: $(EXES:%=$(BIN_DIR_2)/%$E)