Re: Can`t build wine 1.1.12 on openSuse 10.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Jan 6, 2009 at 1:27 PM, Obscurus <wineforum-user@xxxxxxxxxx> 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


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux