181d9b3892
- remove useless patch to gfx/thebes/Makefile.in adding -lpangox-1.0 to EXTRA_DSO_LDOPTS, this was maybe useful before ffx 3.0, but mozilla stopped using pangox between 2.0 and 3.0. See for the last traces of pangox.h use : https://bugzilla.mozilla.org/show_bug.cgi?id=528941. See also bugs #323671/#338446 - backport the patch from #528941 to remove useless pangox.h inclusion from www/firefox35. - remove the RUN_DEPENDS on pangox-compat - bump all corresponding REVISIONS - while here, make sure all moz ports depend on latest nspr 4.9.2 since it'll be a requirement for upcoming gecko 16 releases
13 lines
478 B
Plaintext
13 lines
478 B
Plaintext
$OpenBSD: patch-gfx_src_thebes_nsThebesDeviceContext_cpp,v 1.1 2012/09/22 10:30:17 landry Exp $
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=528941
|
|
--- gfx/src/thebes/nsThebesDeviceContext.cpp.orig Sat Sep 22 12:14:10 2012
|
|
+++ gfx/src/thebes/nsThebesDeviceContext.cpp Sat Sep 22 12:14:19 2012
|
|
@@ -61,7 +61,6 @@
|
|
#include <pango/pango.h>
|
|
#ifdef MOZ_X11
|
|
#include <gdk/gdkx.h>
|
|
-#include <pango/pangox.h>
|
|
#endif /* MOZ_X11 */
|
|
#include <pango/pango-fontmap.h>
|
|
#endif /* GTK2 */
|