$OpenBSD: patch-gfx_thebes_Makefile_in,v 1.7 2012/03/16 21:31:24 landry Exp $ --- gfx/thebes/Makefile.in.orig Thu Feb 2 00:39:03 2012 +++ gfx/thebes/Makefile.in Tue Feb 14 18:42:02 2012 @@ -403,6 +403,10 @@ ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2) CXXFLAGS += $(MOZ_PANGO_CFLAGS) endif +ifdef MOZ_ENABLE_COREXFONTS +EXTRA_DSO_LDOPTS += -lpangox-1.0 +endif + ifeq ($(MOZ_WIDGET_TOOLKIT),os2) CXXFLAGS += $(CAIRO_FT_CFLAGS) endif