Hello!

It's about Firefox port. If it is builded with system cairo there is
font rendering artifacts that look ugly. The problem can be solve by
building firefox without system cairo.

I attached Makefile patch for that.

It had been tested on my system and worked fine.

Please test it.

P.S. OpenBSD and some Linux distributions also build Firefox without
system cairo and it has no artifacts.

--
With best regards,
Vladimir.
--- Makefile.orig	2013-09-17 14:43:14.707099847 +0400
+++ Makefile	2013-09-17 14:44:48.145950023 +0400
@@ -15,7 +15,6 @@
 		nss>=3.15:${PORTSDIR}/security/nss \
 		sqlite3>=3.7.16.1:${PORTSDIR}/databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
-		cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
 		unzip:${PORTSDIR}/archivers/unzip
 
 USE_AUTOTOOLS=	autoconf213:env
@@ -42,6 +41,7 @@
 FIREFOX_ICON_SRC=	${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png
 MOZ_OPTIONS=	--program-transform-name='s/firefox/${MOZILLA}/' \
 		--enable-application=browser \
+		--disable-system-cairo \
 		--enable-official-branding
 
 OPTIONS_DEFINE=	WEBRTC
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to