From 58e9d526f7f73938f5d81788ffcd93b544c3aa16 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 27 Jul 2006 23:12:17 +0000 Subject: [PATCH] fix multilib --- freetype.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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