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@
This commit is contained in:
pascal 2015-05-28 08:12:38 +00:00
parent 62a83b9564
commit 7bf974224a

View File

@ -1,6 +1,6 @@
.if ${MACHINE_ARCH} == "alpha"
MODGCC4_VERSION?=4.6
.else
MODGCC4_VERSION?=4.8
MODGCC4_VERSION?=4.9
.endif
.include "${PORTSDIR}/lang/gcc/${MODGCC4_VERSION}/gcc4.port.mk"