From 5b49312e8cfff530d181913e7d88d28ee959d4d9 Mon Sep 17 00:00:00 2001 From: alepulver Date: Sun, 17 Dec 2006 19:42:20 +0000 Subject: - Use GCC 3.4 in FreeBSD >= 7.x instead of system compiler (4.x). Reported by: pointyhat --- graphics/grx/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics') diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile index eb4adfd87174..d30476b8880b 100644 --- a/graphics/grx/Makefile +++ b/graphics/grx/Makefile @@ -38,6 +38,10 @@ INFO= grx .include +.if ${OSVERSION} >= 700000 +USE_GCC= 3.4 +.endif + .if defined(WITH_BGI) CONFIGURE_ARGS+=--enable-bgi PLIST_SUB+= BGI="" -- cgit