Pierre-Yves Ritschard writes: > Using a recent 4.0 snapshot here's where gnash building stops > (invalid inline asm):
This seems more gcc than OpenBSD related, as they have had similar reports from Gentoo AMD64 users. Here's the bug if you'd like to help get it fixed / find a workaround: https://savannah.gnu.org/bugs/?17821 In the meantime, could someone mark it broken for AMD64 please? Or should it be NOT_FOR_ARCHS instead.. Index: Makefile =================================================================== RCS file: /cvs/ports/www/gnash/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile 2006/09/21 23:14:48 1.2 +++ Makefile 2006/09/22 20:02:17 @@ -20,6 +20,10 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes +.if $(MACHINE_ARCH) == "amd64" +BROKEN= "build fails with asm error" +.endif + AUTOCONF_VERSION=2.59 AUTOMAKE_VERSION=1.9 LIBTOOL_FLAGS+= --tag=disable-static