aboutsummaryrefslogtreecommitdiff
path: root/graphics/dri
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2014-04-16 18:28:47 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2014-04-16 18:28:47 +0000
commit39fc32e82863cce17f070122d498ce82cf7ea7af (patch)
treefc8323f5d400038235fda42a6096107239789049 /graphics/dri
parentca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff)
downloadports-39fc32e82863cce17f070122d498ce82cf7ea7af.tar.gz
ports-39fc32e82863cce17f070122d498ce82cf7ea7af.zip
Notes
Diffstat (limited to 'graphics/dri')
-rw-r--r--graphics/dri/Makefile2
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++