wine: updated to 1.1.23

This commit is contained in:
Antti Nykanen 2009-06-06 14:02:45 +03:00
parent 883ff13607
commit 2c91716531
3 changed files with 2 additions and 26 deletions

View File

@ -1 +1 @@
d1714d7b483316d656a47b61af3e48d9 wine-1.1.22.tar.bz2
2a588487d4553a01db8326c7db710da2 wine-1.1.23.tar.bz2

View File

@ -5,7 +5,7 @@
# Depends on: fontforge
name=wine
version=1.1.22
version=1.1.23
release=1
source=(http://ibiblio.org/pub/linux/system/emulators/wine/wine-$version.tar.bz2)

View File

@ -1,24 +0,0 @@
--- dlls/gdi32/freetype.c~ 2009-03-23 20:35:12.000000000 +0200
+++ dlls/gdi32/freetype.c 2009-03-23 20:36:37.000000000 +0200
@@ -163,7 +163,11 @@ MAKE_FUNCPTR(FT_Get_Sfnt_Table);
MAKE_FUNCPTR(FT_Init_FreeType);
MAKE_FUNCPTR(FT_Load_Glyph);
MAKE_FUNCPTR(FT_Matrix_Multiply);
+#ifdef FT_MULFIX_INLINED
+#define pFT_MulFix FT_MULFIX_INLINED
+#else
MAKE_FUNCPTR(FT_MulFix);
+#endif
MAKE_FUNCPTR(FT_New_Face);
MAKE_FUNCPTR(FT_New_Memory_Face);
MAKE_FUNCPTR(FT_Outline_Get_Bitmap);
@@ -2438,7 +2442,9 @@ static BOOL init_freetype(void)
LOAD_FUNCPTR(FT_Init_FreeType)
LOAD_FUNCPTR(FT_Load_Glyph)
LOAD_FUNCPTR(FT_Matrix_Multiply)
+#ifndef FT_MULFIX_INLINED
LOAD_FUNCPTR(FT_MulFix)
+#endif
LOAD_FUNCPTR(FT_New_Face)
LOAD_FUNCPTR(FT_New_Memory_Face)
LOAD_FUNCPTR(FT_Outline_Get_Bitmap)