From owner-freebsd-ports@FreeBSD.ORG Sun Aug 7 15:38:56 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 044BD16A420 for ; Sun, 7 Aug 2005 15:38:56 +0000 (GMT) (envelope-from adudek16@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id D50D044139 for ; Sun, 7 Aug 2005 15:38:43 +0000 (GMT) (envelope-from adudek16@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so719944wra for ; Sun, 07 Aug 2005 08:38:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=R5A5jeg/hDb6/wTjZYULR2ry6oGEIt8GcH8kIlHs/V/qfxX3oX5kxdTx1+9g/CiNFsMIyamA9GiVwJdc2oK5/mkiFIyJaHz3QWeZ00GVMI4r4cPUm7y/NjrhX6ORtfDujuMjlmSoyQ48obVpdqQHd+O0L4oj8nVx6dsHG9LGOlI= Received: by 10.54.42.28 with SMTP id p28mr239414wrp; Sun, 07 Aug 2005 08:38:42 -0700 (PDT) Received: by 10.54.118.1 with HTTP; Sun, 7 Aug 2005 08:38:42 -0700 (PDT) Message-ID: <96ba9bee05080708386e9f5f41@mail.gmail.com> Date: Sun, 7 Aug 2005 11:38:42 -0400 From: A Dude To: Doug Barton In-Reply-To: <42F3FEC8.80509@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200508060150.00580.dejan.lesjak@ijs.si> <42F3FEC8.80509@FreeBSD.org> Cc: Dejan Lesjak , freebsd-ports@freebsd.org Subject: Re: windowmaker 0.92 fails on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: A Dude List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2005 15:38:56 -0000 I have successfully compiled and installed this on my system which is an am= d64.=20 Aaron On 8/5/05, Doug Barton wrote: > Dejan Lesjak wrote: >=20 > > I can test as well. > > I tried earlier with this patch to Makefile: > >=20 > > --- Makefile.orig Sat Aug 6 01:40:59 2005 > > +++ Makefile Sat Aug 6 01:41:04 2005 > > @@ -49,6 +49,10 @@ > > =20 > > .include > > =20 > > +.if ${ARCH} =3D=3D amd64 =20 > > +CONFIGURE_ENV+=3D ac_cv_c_inline_asm=3Dno > > +.endif > > + > > .if defined(WITH_XINERAMA) || defined(PACKAGE_BUILDING) > > CONFIGURE_ARGS+=3D --enable-xinerama > > .endif >=20 > Ok, that's the kind of feedback I need. :) You said you tried, did it > succeed? :) >=20 > > and a patch to fix Qt based popup windows referenced here: > > http://lists.freebsd.org/pipermail/freebsd-ports/2005-July/024661.html > > and these worked so far. >=20 > Sorry for my failure to understand you here. Are you saying that you trie= d > that patch on an amd64 system and it worked for you? If so, (and my testi= ng > proves that it doesn't harm 32 bit platforms), then I have no objection t= o > including it. >=20 > Thanks, >=20 > Doug >