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:
parent
62a83b9564
commit
7bf974224a
@ -1,6 +1,6 @@
|
|||||||
.if ${MACHINE_ARCH} == "alpha"
|
.if ${MACHINE_ARCH} == "alpha"
|
||||||
MODGCC4_VERSION?=4.6
|
MODGCC4_VERSION?=4.6
|
||||||
.else
|
.else
|
||||||
MODGCC4_VERSION?=4.8
|
MODGCC4_VERSION?=4.9
|
||||||
.endif
|
.endif
|
||||||
.include "${PORTSDIR}/lang/gcc/${MODGCC4_VERSION}/gcc4.port.mk"
|
.include "${PORTSDIR}/lang/gcc/${MODGCC4_VERSION}/gcc4.port.mk"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user