Re: Pango 1.0.0 patch



On Wed, 2002-03-13 at 19:47, Owen Taylor wrote:
> 
> Alberto Manuel Brandão Simões <albie alfarrabio di uminho pt> writes:
> 
> > 	Well, this is not right a 1.0.0 patch, but a Current cvs patch.
> > These were the changes I need to build Pango without problems on a
> > Slackware 8 installation.
> 
> Can you explain why you needed to make these changes?

I know that it's slackware problem... but it would be good to change.
The explanation follows:

there are in /usr/X11R6/include a freetype and a freetype2 directories.
The first, for freetype 1 and the second for freetype2. If the X
includes are first in the Makefile, it will search
/usr/X11R6/include/freetype/*.h instead of
/usr/X11R6/include/freetype2/freetype/*.h

Alberto

> > Index: modules/arabic/Makefile.am
> > ===================================================================
> > RCS file: /cvs/gnome/pango/modules/arabic/Makefile.am,v
> > retrieving revision 1.20
> > diff -u -r1.20 Makefile.am
> > --- modules/arabic/Makefile.am	2002/03/06 17:05:04	1.20
> > +++ modules/arabic/Makefile.am	2002/03/13 19:37:08
> > @@ -86,7 +86,7 @@
> >  moddefine = $(X_PREFIX) $(XFT_PREFIX) $(FT2_PREFIX)
> >  moduledir = $(libdir)/pango/$(PANGO_MODULE_VERSION)/modules
> >  
> > -INCLUDES = -DPANGO_ENABLE_ENGINE -DG_DISABLE_DEPRECATED -I$(top_srcdir) -I$(top_srcdir)/pango/ $(moddefine) $(X_CFLAGS) $(FREETYPE_CFLAGS)
> > +INCLUDES = -DPANGO_ENABLE_ENGINE -DG_DISABLE_DEPRECATED -I$(top_srcdir) -I$(top_srcdir)/pango/ $(moddefine) $(FREETYPE_CFLAGS) $(X_CFLAGS)
> >  
> >  pango_arabic_x_la_LDFLAGS = -export-dynamic -avoid-version -module
> >  pango_arabic_x_la_LIBADD = $(arabic_x_libadd)
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
-- 
Alberto Simoes




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