ad076fd40f
www/firefox36 mostly by martynas@ and naddy@. Note that the java plugin from devel/jdk currently doesn't work with this version of firefox, in the meantime users really needed it will have to use www/firefox35. ok naddy@
15 lines
436 B
Plaintext
15 lines
436 B
Plaintext
$OpenBSD: patch-gfx_src_thebes_Makefile_in,v 1.2 2010/04/26 19:55:58 landry Exp $
|
|
--- gfx/src/thebes/Makefile.in.orig Wed Jan 6 05:35:16 2010
|
|
+++ gfx/src/thebes/Makefile.in Sun Jan 10 17:47:26 2010
|
|
@@ -149,6 +149,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
|