wine: updated to 1.1.23
This commit is contained in:
parent
883ff13607
commit
2c91716531
@ -1 +1 @@
|
||||
d1714d7b483316d656a47b61af3e48d9 wine-1.1.22.tar.bz2
|
||||
2a588487d4553a01db8326c7db710da2 wine-1.1.23.tar.bz2
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
Loading…
x
Reference in New Issue
Block a user