Source: kcemu Version: 0.5.1+dfsg-6 Severity: important Tags: patch User: [email protected], [email protected] Usertags: hurd, kfreebsd, autoreconf
kcemu FTBFS on GNU/kFreeBSD and GNU/Hurd due to missing automake run to generate src/kc/Makefile.in from src/kc/Makefile.am. This is where src/kc/mod_js.cc is removed from the source file list if a joystick interface is missing. The attached debian/rules patch solves this problem, and probably also the FTBFS on arm64 too, see #727913 and #744442 Thanks!
--- a/debian/rules 2012-12-19 04:16:56.000000000 +0100 +++ b/debian/rules 2014-10-10 09:06:36.000000000 +0200 @@ -20,4 +20,5 @@ --enable-libvncserver=yes %: - dh $@ \ No newline at end of file + dh $@ --with autoreconf +

