summaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2010-02-07 11:51:08 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2010-02-07 11:51:08 +0000
commitf18d011411205cf73900c4ef2b0d09292fb21dcb (patch)
treee4a0aadff05f8588e9a24cc00643de3ea9c946db /x11-drivers
parentFix plist. (diff)
Limited Update to Mesa3D 7.6.1 and libdrm 2.4.17.
[MEMO] In this commit, no version changed. But if you put 'WITHOUT_NOUVEAU' on /etc/make.conf, you can use new version of Mesa3D and libdrm. Discussed with: rnoland on freebsd-ports/freebsd-x11.
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-nouveau/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-nouveau/Makefile b/x11-drivers/xf86-video-nouveau/Makefile
index 63891f3fed33..401567f9f58e 100644
--- a/x11-drivers/xf86-video-nouveau/Makefile
+++ b/x11-drivers/xf86-video-nouveau/Makefile
@@ -20,6 +20,10 @@ MAN4= nouveau.4x
MAKE_JOBS_SAFE= yes
+.if defined(WITHOUT_NOUVEAU)
+BROKEN= Please disable WITHOUT_NOUVEAU global macro.
+.endif
+
post-configure:
${REINPLACE_CMD} '/NV_DRIVER_DATE/s/".*"/"${SNAPDATE}.${SNAPREV}"/' ${WRKSRC}/config.h