Date: Fri, 05 Aug 2005 17:05:28 -0700 From: Doug Barton <dougb@FreeBSD.org> To: Dejan Lesjak <dejan.lesjak@ijs.si> Cc: A Dude <adudek16@gmail.com>, freebsd-ports@freebsd.org Subject: Re: windowmaker 0.92 fails on amd64 Message-ID: <42F3FEC8.80509@FreeBSD.org> In-Reply-To: <200508060150.00580.dejan.lesjak@ijs.si> References: <200508060150.00580.dejan.lesjak@ijs.si>
next in thread | previous in thread | raw e-mail | index | archive | help
Dejan Lesjak wrote: > I can test as well. > I tried earlier with this patch to Makefile: > > --- Makefile.orig Sat Aug 6 01:40:59 2005 > +++ Makefile Sat Aug 6 01:41:04 2005 > @@ -49,6 +49,10 @@ > > .include <bsd.port.pre.mk> > > +.if ${ARCH} == amd64 > +CONFIGURE_ENV+= ac_cv_c_inline_asm=no > +.endif > + > .if defined(WITH_XINERAMA) || defined(PACKAGE_BUILDING) > CONFIGURE_ARGS+= --enable-xinerama > .endif Ok, that's the kind of feedback I need. :) You said you tried, did it succeed? :) > 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. Sorry for my failure to understand you here. Are you saying that you tried that patch on an amd64 system and it worked for you? If so, (and my testing proves that it doesn't harm 32 bit platforms), then I have no objection to including it. Thanks, Doug
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42F3FEC8.80509>