diff options
Diffstat (limited to 'x11-drivers/xf86-video-cirrus/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-cirrus/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-cirrus/Makefile b/x11-drivers/xf86-video-cirrus/Makefile index 1909893324a0..47ae0ce20f0f 100644 --- a/x11-drivers/xf86-video-cirrus/Makefile +++ b/x11-drivers/xf86-video-cirrus/Makefile @@ -16,4 +16,10 @@ XORG_CAT= driver USE_XORG= videoproto xextproto MAN4= cirrus.4x -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +USE_GCC= 4.2+ +.endif + +.include <bsd.port.post.mk> |