From d1284bda840394785f49d59c4a0496859e78e688 Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Thu, 25 Aug 2005 12:30:45 +0000 Subject: [PATCH] bug 305658 make building thebes with --enable-system-cairo work patch by Mike Hommey r+sr=roc --- gfx/thebes/src/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/thebes/src/Makefile.in b/gfx/thebes/src/Makefile.in index 5ca5623cb50..2294ca05596 100644 --- a/gfx/thebes/src/Makefile.in +++ b/gfx/thebes/src/Makefile.in @@ -46,3 +46,5 @@ FORCE_STATIC_LIB = 1 FORCE_USE_PIC = 1 include $(topsrcdir)/config/rules.mk + +CXXFLAGS += $(MOZ_CAIRO_CFLAGS)