From 3b38cf0436cd6356eea536ac9386fa04b9ed6236 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 26 Dec 2004 07:28:02 +0000 Subject: if 4.x, then USE_GCC --- sysutils/i855vidctl10/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sysutils/i855vidctl10/Makefile') diff --git a/sysutils/i855vidctl10/Makefile b/sysutils/i855vidctl10/Makefile index c6ed90eb9827..d3aec5d64e33 100644 --- a/sysutils/i855vidctl10/Makefile +++ b/sysutils/i855vidctl10/Makefile @@ -16,4 +16,10 @@ COMMENT= Reesolution Tool for Centrino based Laptops ONLY_FOR_ARCHS= i386 -.include +.include + +.if ${OSVERSION} < 500000 +USE_GCC= 3.4 +.endif + +.include -- cgit v1.2.3