aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-mach64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-video-mach64/Makefile')
-rw-r--r--x11-drivers/xf86-video-mach64/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-mach64/Makefile b/x11-drivers/xf86-video-mach64/Makefile
index 40877d30b348..f7d3973e59b6 100644
--- a/x11-drivers/xf86-video-mach64/Makefile
+++ b/x11-drivers/xf86-video-mach64/Makefile
@@ -17,4 +17,10 @@ USE_GL= gl
XORG_CAT= driver
USE_XORG= glproto videoproto xextproto xf86driproto xf86miscproto xineramaproto
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+USE_GCC= 4.2+
+.endif
+
+.include <bsd.port.post.mk>