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

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