Date: Sat, 6 Aug 2005 01:50:00 +0200 From: Dejan Lesjak <dejan.lesjak@ijs.si> To: Doug Barton <dougb@freebsd.org> Cc: A Dude <adudek16@gmail.com>, freebsd-ports@freebsd.org Subject: Re: windowmaker 0.92 fails on amd64 Message-ID: <200508060150.00580.dejan.lesjak@ijs.si> In-Reply-To: <42F3C6EF.4080409@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Doug Barton wrote: > A Dude wrote: >> It seems like the new version of windowmaker doesn't like 64 bits.. > > I have patches for this from another user, but haven't had time to work > with them yet. Can you test what I come up with in the next day or so? > > Doug > 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 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. Dejan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508060150.00580.dejan.lesjak>