fix multilib

This commit is contained in:
Matthias Clasen 2006-07-27 23:12:17 +00:00
parent b1421e9585
commit 58e9d526f7

View File

@ -131,9 +131,9 @@ cat >$RPM_BUILD_ROOT%{_includedir}/freetype2/freetype/config/ftconfig.h <<EOF
#include <bits/wordsize.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