From 425a14e996db204632071b8686b27e89f75aa36c Mon Sep 17 00:00:00 2001 From: fake Date: Tue, 21 Dec 2004 04:50:42 +0000 Subject: [PATCH] fake: mozilla: add --disable-freetype2 it's not supported using --enable-xft and --enable-freetype2 starting with 1.8a5, and it causes the build to fail for us now - should cause no visible changes [2004121707094911322] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5272 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/x11/mozilla/mozilla.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/package/x11/mozilla/mozilla.conf b/package/x11/mozilla/mozilla.conf index 9065856b6..af1d057e7 100644 --- a/package/x11/mozilla/mozilla.conf +++ b/package/x11/mozilla/mozilla.conf @@ -57,6 +57,7 @@ ac_add_options --disable-dtd-debug ac_add_options --disable-tests ac_add_options --disable-pedantic ac_add_options --enable-xft +ac_add_options --disable-freetype2 ac_add_options --enable-default-toolkit=gtk2 export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1