--- mozilla/gfx/thebes/src/Makefile.in.fix 2005-09-13 02:33:15 +0400 +++ mozilla/gfx/thebes/src/Makefile.in 2005-09-13 02:33:20 +0400 @@ -31,8 +31,11 @@ ifeq ($(MOZ_GFX_TOOLKIT),gtk2) CPPSRCS += gfxXlibSurface.cpp endif FORCE_STATIC_LIB = 1 # This library is used by other shared libs in a static build FORCE_USE_PIC = 1 include $(topsrcdir)/config/rules.mk + +CFLAGS += $(MOZ_CAIRO_CFLAGS) +CXXFLAGS += $(MOZ_CAIRO_CFLAGS)