windowmaker 0.92 fails on amd64

Dejan Lesjak dejan.lesjak at ijs.si
Fri Aug 5 23:50:17 GMT 2005


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


More information about the freebsd-ports mailing list