naddy ea1b2ba9e5 Make the gcc4 MODULE consistently pull in a single version of gcc.
Having different versions on different archs does not work.  GCC 4.6
fails on ports that build with 4.9.
ok landry@ tobiasu@
2016-03-08 16:46:05 +00:00

3 lines
85 B
Makefile

MODGCC4_VERSION?=4.9
.include "${PORTSDIR}/lang/gcc/${MODGCC4_VERSION}/gcc4.port.mk"