Date: Thu, 26 Jul 2012 19:45:33 -0600 From: Jan Beich <jbeich@tormail.org> To: Gerard Seibert <gerard@seibercom.net> Cc: gecko@FreeBSD.org Subject: Re: Firefox 14 Build Failure Message-ID: <1SuZd0-000DnT-SA@internal.tormail.org> In-Reply-To: <20120726205800.7f5d1b40@scorpio> (Gerard Seibert's message of "Thu, 26 Jul 2012 20:58:00 -0400") References: <20120726205800.7f5d1b40@scorpio>
next in thread | previous in thread | raw e-mail | index | archive | help
Gerard Seibert <gerard@seibercom.net> writes: > FreeBSD-8.3 STABLE amd64 > > I have attempted top build Firefox-14 twice without success. The build > always fails with the following message: > > configure: error: --with-system-png won't work because the system's > libpng doesn't have APNG support > ===> Script "../configure" failed unexpectedly. graphics/png is now required to be built with APNG option turned ON. But if you *really* don't want add the following to Makefile.local USE_MOZILLA += -png and firefox would use bundled libpng-1.5.9 with apng patch applied. FWIW, pkgng does track options but there is no *.mk magic to take advantage of this yet. $ tar xOf png-1.5.12.txz --include +MANIFEST | fgrep -i opt options: {APNG: on} > > I have attached a copy of the build log and the "config.log" file that > you requested. > > Please contact me if I can be of assistance.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1SuZd0-000DnT-SA>