]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/xserver/xserver-xorg/freetype.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / xserver / xserver-xorg / freetype.patch
1 --- xc/lib/font/FreeType/Imakefile.old  2005-06-03 20:18:51.000000000 +0100
2 +++ xc/lib/font/FreeType/Imakefile      2005-06-03 20:18:52.000000000 +0100
3 @@ -20,7 +20,7 @@
4  
5  INCLUDES = $(FT2INCS) -I. -I$(FONTINCSRC) -I../include -I$(XINCLUDESRC) \
6             -I$(SERVERSRC)/include $(EXTRAINCLUDES) \
7 -           -I$(INCLUDESRC)
8 +           -I$(INCLUDESRC) $(CC_STAGING)
9  
10  SRCS = xttcap.c ftfuncs.c ftenc.c fttools.c
11  OBJS = xttcap.o ftfuncs.o ftenc.o fttools.o
12 --- xc/config/cf/X11.tmpl.old   2005-06-03 20:40:24.000000000 +0100
13 +++ xc/config/cf/X11.tmpl       2005-06-03 20:40:40.000000000 +0100
14 @@ -3371,7 +3371,7 @@
15  
16  #if BuildFreetype2Library || HasFreetype2
17  #if Freetype2IncDirStandard
18 -FREETYPE2INCLUDES = -I$(FREETYPE2INCDIR)/freetype2 -I$(FREETYPE2INCDIR)/freetype2/config
19 +FREETYPE2INCLUDES = `pkg-config --cflags freetype2`
20  #else
21  FREETYPE2INCLUDES = -I$(FREETYPE2INCDIR) -I$(FREETYPE2INCDIR)/freetype2 -I$(FREETYPE2INCDIR)/freetype2/config
22  #endif