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

Austin English austinenglish at gmail.com
Wed Jan 7 09:28:01 CST 2009


On Wed, Jan 7, 2009 at 6:20 AM, Obscurus <wineforum-user at winehq.org> wrote:
> When i apply this patch i got error:
>
> Code:
> Hunk #1 FAILED at 1065
> 1 out of 1 hunk FAILED -- saving rejects to file configure.ac.rej
>
>

I made the patch against git. Here's the patch against 1.1.12. You'll
have to run autoconf afterward:

diff --git a/configure.ac b/configure.ac
index 8d45409..e82d5b0 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