From owner-freebsd-questions@FreeBSD.ORG Sat Jun 26 22:11:37 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD282106566B for ; Sat, 26 Jun 2010 22:11:37 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay001.isp.belgacom.be (mailrelay001.isp.belgacom.be [195.238.6.51]) by mx1.freebsd.org (Postfix) with ESMTP id 5F9478FC19 for ; Sat, 26 Jun 2010 22:11:37 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArkGAJYXJkxbsXsw/2dsb2JhbACSeYwucr50hSQE Received: from 48.123-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.123.48]) by relay.skynet.be with ESMTP; 27 Jun 2010 00:11:35 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.4/8.14.4) with ESMTP id o5QMBYrv007701 for ; Sun, 27 Jun 2010 00:11:34 +0200 (CEST) (envelope-from tijl@coosemans.org) From: Tijl Coosemans To: freebsd-questions@freebsd.org Date: Sun, 27 Jun 2010 00:11:33 +0200 User-Agent: KMail/1.13.3 (FreeBSD/8.1-PRERELEASE; KDE/4.4.4; i386; ; ) References: <201006261839.04637.tijl@coosemans.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201006270011.33974.tijl@coosemans.org> Subject: Re: Is it safe to modify Wine's makefile to allow it to install on amd64? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2010 22:11:37 -0000 On Saturday 26 June 2010 18:41:06 Caleb Stein wrote: > On Sat, 26 Jun 2010 09:39:04 -0700, Tijl Coosemans wrote: >> On Saturday 26 June 2010 01:22:16 Caleb Stein wrote: >>> Wine is configured to install only on i386, and I use amd64. I >>> don't want to reinstall with i386, so I would like to know if it is >>> safe to modify Wine's makefile and install it on amd64. >> >> If you want to run 32 bit Windows programs you should have a look >> at: >> http://wiki.freebsd.org/Wine#head-6963d527c173e57b1567e881305b544d33435b6d >> >> Support for 64 bit Windows programs has been added in Wine 1.2, but >> as far as I know, nobody has ported or even tested that on FreeBSD >> yet. > > Umm, wouldn't it be a lot easier to just modify the makefile and > change ONLY_FOR_ARCHS to amd64 instead of i386? I need to know if > that will destroy my system. You would end up with an amd64 version of Wine that only runs 64 bit programs, which is untested on FreeBSD and probably not what you want.