From 36bcd860b5ba11adbc08c54e0891be741c2e75be Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Thu, 15 Apr 2010 21:04:01 +0000 Subject: [PATCH] - Make sure that gcc >= 4.2 is used (unbreaks on 6.x) Reported by: PH (via pav) --- graphics/libosmesa/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile index e4aa1fc54871..a62c8b53bdbe 100644 --- a/graphics/libosmesa/Makefile +++ b/graphics/libosmesa/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 CONFLICTS= mesagl-mangled-* USE_BZIP2= yes +USE_GCC= 4.2+ USE_LDCONFIG= yes USE_XORG= xxf86vm xext xfixes xdamage xt USE_GMAKE= yes