On Mon, 14 Jan 2019 20:03:43 +0100 Charlene Wendling <juliana...@posteo.jp> wrote:
> RCS file: patches/patch-shaders_cpp This patch fails because it has \n line endings (after I applied the patch in your email), but shaders.cpp has \r\n line endings. I fixed it by adding post-extract to Makefile: # Convert line endings before applying patch post-extract: cd ${WRKSRC} && perl -pi -e 's/\r$$//g' shaders.cpp The colors now look *much* better on my macppc machine. The tutorial segfaults and dumps core when I reach "Tiles and Tactics", press 2 to switch to Euclidean geometry, then press Enter to request the next slide. I didn't build with DEBUG=-g, so I have no useful backtrace. -- George Koehler <kern...@gmail.com>