Since bind was updated recently, most (or at least many) ports are
failing to build with the following issue:/home/builds/ab/HEAD/evbsh3-sh3eb/201102180100Z-dest/usr/lib/libisc.so: undefined reference to `atomic_add_64_nv' A brief investigation reveals that a) not all NetBSD ports support 64-bit atomic ops and b) the ISC code only checks whether atomic ops are supported at all, and assumes if they are, 64-bit atomic is supported as well. What's the right way to fix this? This has been broken for days... +j |