From c0c7ab2ea8421121a3142e721ce9f0e30733ef85 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 7 May 2010 05:12:36 +0000 Subject: - Fix build on 6.X --- x11-drivers/xf86-video-vesa/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11-drivers/xf86-video-vesa') diff --git a/x11-drivers/xf86-video-vesa/Makefile b/x11-drivers/xf86-video-vesa/Makefile index 815964632a39..4ef5ad73d5dc 100644 --- a/x11-drivers/xf86-video-vesa/Makefile +++ b/x11-drivers/xf86-video-vesa/Makefile @@ -16,4 +16,10 @@ XORG_CAT= driver USE_XORG= xextproto MAN4= vesa.4x -.include +.include + +.if ${OSVERSION} < 700000 +USE_GCC= 4.2+ +.endif + +.include -- cgit