diff --git a/freetype.spec b/freetype.spec index a0ad8ea..0ea5399 100644 --- a/freetype.spec +++ b/freetype.spec @@ -131,9 +131,9 @@ cat >$RPM_BUILD_ROOT%{_includedir}/freetype2/freetype/config/ftconfig.h < #if __WORDSIZE == 32 -# include "art_config-32.h" +# include "ftconfig-32.h" #elif __WORDSIZE == 64 -# include "art_config-64.h" +# include "ftconfig-64.h" #else # error "unexpected value for __WORDSIZE macro" #endif