Package: xfree86 Version: 4.3.0-7 There are a few problem building on amd64: * It's missing a vars.amd64. I've copied vars.i386
* I get: XlcDL.c:64:4: #error "Unknown architecture" small patch: --- XlcDL.c.orig 2004-03-29 13:30:49.659717577 -0600 +++ XlcDL.c 2004-03-29 10:58:24.000000000 -0600 @@ -58,7 +58,7 @@ #ifdef _LP64 # if defined(__sparcv9) # define _MACH64_NAME "sparcv9" -# elif defined(__ia64__) +# elif defined(__ia64__) || defined(__x86_64__) # undef MACH64_NAME # else # error "Unknown architecture" * In the control file there are some lines that limit the architectures and amd64 isn't on that list. Kurt