9944b0d1c5
been tested good enough, and i've fixed all the issues i'm aware of. furthermore 2.0 branch has basically reached eol, since there will be only one minor update (2.0.0.19) discussed with kurt@, naddy@ and porters pkgname change handling help naddy@ ok naddy@
15 lines
438 B
Plaintext
15 lines
438 B
Plaintext
$OpenBSD: patch-gfx_src_thebes_Makefile_in,v 1.1 2008/11/20 23:41:32 martynas Exp $
|
|
--- gfx/src/thebes/Makefile.in.orig Mon Feb 18 10:50:16 2008
|
|
+++ gfx/src/thebes/Makefile.in Sun Apr 13 18:36:03 2008
|
|
@@ -153,6 +153,10 @@ DEFINES += -DMOZ_ENABLE_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
|