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

ae68a7
diff -up ft2demos-2.3.11/Makefile.more-demos freetype-2.3.11/ft2demos-2.3.11/Makefile
ae68a7
--- ft2demos-2.3.11/Makefile.more-demos	2009-10-22 16:02:26.000000000 -0400
ae68a7
+++ ft2demos-2.3.11/Makefile	2009-10-22 16:02:32.000000000 -0400
ae68a7
@@ -296,10 +296,10 @@ else
ae68a7
   # The following programs are not compiled automatically; either comment
ae68a7
   # out the affected line or use the program name as a Makefile target.
ae68a7
   #
ae68a7
-  # EXES += ftchkwd
ae68a7
-  # EXES += ftmemchk
ae68a7
-  # EXES += ftpatchk
ae68a7
-  # EXES += fttimer
ae68a7
+  EXES += ftchkwd
ae68a7
+  EXES += ftmemchk
ae68a7
+  EXES += ftpatchk
ae68a7
+  EXES += fttimer
ae68a7
   # EXES += testname
ae68a7
 
ae68a7
   exes: $(EXES:%=$(BIN_DIR_2)/%$E)