freetype/freetype-2.5.2-more-demos.patch
Marek Kasik e7d12dc3bb Update to 2.5.2
Modify spec file to respect the new header file layout
Resolves: #1034065
2014-01-17 11:23:22 +01:00

18 lines
460 B
Diff

--- 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)