openbsd-ports/infrastructure/mk/gcc4.port.mk
robert 21e0488094 Add support for MODGCC4_VERSION which can be used to define which gcc
version to use with the gcc4 module.
It defaults to 4.2, so there is no functional change.
2011-12-14 18:20:12 +00:00

3 lines
85 B
Makefile

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