This fix appears to take care of the FTBFS on amd64. I have no idea if the resulting binaries work though.
diff -Naur bochs-2.2.5.orig/debian/rules bochs-2.2.5/debian/rules --- bochs-2.2.5.orig/debian/rules 2006-01-12 11:34:24.077308341 +0100 +++ bochs-2.2.5/debian/rules 2006-01-12 11:35:04.358556982 +0100 @@ -35,6 +35,9 @@ ifeq ($(DEB_HOST_ARCH_CPU),i386) conf_args += --with-svga endif +ifeq ($(DEB_HOST_ARCH_CPU),amd64) + conf_args += --with-svga +endif endif ifeq ($(DEB_HOST_ARCH_OS),kfreebsd) kernel = fbsd -ukh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]