diff options
Diffstat (limited to 'graphics/dri/Makefile')
-rw-r--r-- | graphics/dri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index cbc14639d5e5..026b79a023dd 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -21,7 +21,7 @@ USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto # We only care for 9.x and 8.x, not for old pre-clang default current. # This is for 0b0000 binary which gcc 4.3+ understands and is in the i965 driver. .if defined(WITH_NEW_XORG) -. if ${OSVERSION} >= 901000 && ${OSVERSION} < 902502 \ +. if ${OSVERSION} >= 901500 && ${OSVERSION} < 902502 \ && (${ARCH} == i386 || ${ARCH} == amd64) CC=clang CXX=clang++ |