Index: Makefile =================================================================== --- Makefile (revision 505284) +++ Makefile (working copy) @@ -22,8 +22,15 @@ .include "${.CURDIR}/../../Mk/bsd.octave.mk" +.include + +# Force newer GCC on platforms using GCC 4.2 as base +.if ${CHOSEN_COMPILER_TYPE} == gcc +USE_GCC= yes +.endif + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} -.include +.include