Date: Mon, 14 Nov 2005 23:04:45 +0100 (CET) From: Juergen Lock <nox@jelal.kn-bremen.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/89036: emulators/qemu: fix amd64 build Message-ID: <200511142204.jAEM4jRs002335@saturn.kn-bremen.de> Resent-Message-ID: <200511142220.jAEMKIcs088815@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 89036 >Category: ports >Synopsis: emulators/qemu: fix amd64 build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 14 22:20:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 5.3-RELEASE-p20 i386 >Organization: me? organized?? >Environment: System: FreeBSD saturn 5.3-RELEASE-p20 FreeBSD 5.3-RELEASE-p20 #1: Fri Jul 29 14:59:03 CEST 2005 nox@saturn:/usr/home/nox/src5/usr/src/sys/i386/compile/NEPTUN i386 >Description: port didnt build on amd64 anymore >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/qemu/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- Makefile 14 Nov 2005 05:17:09 -0000 1.36 +++ Makefile 14 Nov 2005 22:00:30 -0000 @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} MAKE_ENV+= BSD_MAKE=${MAKE} MAN1= qemu.1 qemu-img.1 -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 x86_64 i386 .if defined(WITH_KQEMU) CONFIGURE_ARGS+= --enable-kqemu .else >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511142204.jAEM4jRs002335>