I have uploaded povray including the attached patch (now with proper
headers) to Ubuntu Utopic and (so far) it has built on amd64, arm64,
i386 and ppc64el.  Unfortunately 'make check' still segfaults on
armhf, so this patch doesn't offer much for Debian.
Description: This patch disables display of rendering progress and
 'pause when done' while running 'make check'.
 Fixes FTBFS on Ubuntu builders.
Bug-Debian: http://bugs.debian.org/746365
Author: Graham Inggs <gra...@nerve.org.za>
Forwarded: not-needed
Last-Update: 2014-04-29
--- a/unix/prebuild.sh
+++ b/unix/prebuild.sh
@@ -586,7 +586,7 @@
 # Render a test scene for 'make check'.
 # This is meant to run before 'make install'.
 check: all
-	\$(top_builddir)/unix/povray +i\$(top_srcdir)/scenes/advanced/biscuit.pov -f +d +p +v +w320 +h240 +a0.3 +L\$(top_srcdir)/include
+	\$(top_builddir)/unix/povray +i\$(top_srcdir)/scenes/advanced/biscuit.pov -f -d -p +v +w320 +h240 +a0.3 +L\$(top_srcdir)/include
 
 # Install scripts in povlibdir.
 nobase_povlib_SCRIPTS = `echo $scriptfiles`

Reply via email to