Date: Mon, 14 Apr 2014 17:49:57 -0700 From: Neil Schroeder <gigneil@gmail.com> To: freebsd-x11@freebsd.org Subject: libxshmfence port fails build Message-ID: <CAK9pY-wgZNsbKw0QT=Qn8mBa5hytr4U__i5QsAHvSuRTzx5ttg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I think I picked a bad day to go from 10-STABLE to 11-CURRENT then fully rebuild all my ports... In file included from xshmfence_alloc.c:27: In file included from ./xshmfenceint.h:33: ./xshmfence_futex.h:40:39: error: use of undeclared identifier 'INT_MAX' --- xshmfence_futex.lo --- In file included from xshmfence_futex.c:27: In file included from ./xshmfenceint.h:33: ./xshmfence_futex.h:40:39: error: use of undeclared identifier 'INT_MAX' --- xshmfence_alloc.lo --- return sys_futex(addr, UMTX_OP_WAKE, INT_MAX); ^ --- xshmfence_futex.lo --- return sys_futex(addr, UMTX_OP_WAKE, INT_MAX); ^ I am not too bad with general hackery of dependencies and makefiles but this I'm not sure how to address. Any ideas fine people? NS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAK9pY-wgZNsbKw0QT=Qn8mBa5hytr4U__i5QsAHvSuRTzx5ttg>