[Wine] Can`t build wine 1.1.12 on openSuse 10.2

Austin English austinenglish at gmail.com
Tue Jan 6 13:51:17 CST 2009


On Tue, Jan 6, 2009 at 1:27 PM, Obscurus <wineforum-user at winehq.org> wrote:
> I update freetype to version 2.3.5 just now and finally it works! But wasn`t any warnings from configure and no requirements in README found...  :?
>
>
>
>
>
>

Hmm, maybe we should update configure then...

Does this patch help?


diff --git a/configure.ac b/configure.ac
index aaeff42..005face 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1065,7 +1065,8 @@ then
         AC_CHECK_TYPES(FT_TrueTypeEngineType,,,[#include
<freetype/ftmodapi.h>])
         ac_save_CFLAGS="$CFLAGS"
         CFLAGS="$CFLAGS $ac_freetype_libs"
-        AC_CHECK_FUNCS(FT_Load_Sfnt_Table)
+        AC_CHECK_FUNCS(FT_Load_Sfnt_Table \
+                                       FT_LcdFilter)
         CFLAGS="$ac_save_CFLAGS"
        CPPFLAGS="$ac_save_CPPFLAGS"
        dnl Check that we have at least freetype/freetype.h


-- 
-Austin



More information about the wine-users mailing list