summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-05-06 17:57:25 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-05-06 17:57:25 +0000
commit9f421cdaf4f400edf1edd742d77fe241ec18a130 (patch)
treed58d0e9384e48a205d6a80ebce212f80035971cf /graphics
parentUpdate to 1.4.4 (diff)
Go ahead and make the dri build require gcc 3.4 on 4.x to work around the build
failure. It seems to be continually growing more c99 dependencies, so don't try to patch them. Reported by: krismail
Notes
Notes: svn path=/head/; revision=134720
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dri-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/dri-devel/Makefile b/graphics/dri-devel/Makefile
index 4e4accb957c2..51d386771bf1 100644
--- a/graphics/dri-devel/Makefile
+++ b/graphics/dri-devel/Makefile
@@ -37,6 +37,10 @@ DRIMODDIR= ${PREFIX}/lib/modules/dri
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+USE_GCC= 3.4
+.endif
+
do-install:
.if ${ARCH} == i386
${INSTALL_PROGRAM} ${WRKSRC}/lib/i810_dri.so ${DRIMODDIR}