summarylogtreecommitdiffstats
path: root/0005-freetype-2.5.2-more-demos.patch
blob: e737cb7dafe76ae62414cec92a870ed62a8a9622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- ft2demos-2.5.2/Makefile
+++ ft2demos-2.5.2/Makefile
@@ -296,10 +296,10 @@ else
   # The following programs are not compiled automatically; either comment
   # out the affected line or use the program name as a Makefile target.
   #
-  # EXES += ftchkwd
-  # EXES += ftmemchk
-  # EXES += ftpatchk
-  # EXES += fttimer
+  EXES += ftchkwd
+  EXES += ftmemchk
+  EXES += ftpatchk
+  EXES += fttimer
   # EXES += testname
 
   exes: $(EXES:%=$(BIN_DIR_2)/%$E)