openbsd-ports/infrastructure/mk/gcc4.port.mk
pascal 7bf974224a Switch gcc4 default to 4.9 (except on alpha) to fix bulk builds now that
libreoffice requires 4.9.

tested in a bulk build by aja@
2015-05-28 08:12:38 +00:00

7 lines
150 B
Makefile

.if ${MACHINE_ARCH} == "alpha"
MODGCC4_VERSION?=4.6
.else
MODGCC4_VERSION?=4.9
.endif
.include "${PORTSDIR}/lang/gcc/${MODGCC4_VERSION}/gcc4.port.mk"