Date: Thu, 15 Dec 2016 23:05:12 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428638 - head/sysutils/u-boot-cubieboard Message-ID: <201612152305.uBFN5C0s051230@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Dec 15 23:05:12 2016 New Revision: 428638 URL: https://svnweb.freebsd.org/changeset/ports/428638 Log: Fix build with gcc6 Modified: head/sysutils/u-boot-cubieboard/Makefile Modified: head/sysutils/u-boot-cubieboard/Makefile ============================================================================== --- head/sysutils/u-boot-cubieboard/Makefile Thu Dec 15 22:05:06 2016 (r428637) +++ head/sysutils/u-boot-cubieboard/Makefile Thu Dec 15 23:05:12 2016 (r428638) @@ -34,6 +34,7 @@ MAKE_ARGS+= ARCH=arm \ post-patch: @${REINPLACE_CMD} -e "s,%%MODEL%%,${MODEL}," \ ${WRKSRC}/include/configs/sunxi-common.h + @${LN} -sf compiler-gcc5.h ${WRKSRC}/include/linux/compiler-gcc6.h do-configure: (cd ${WRKSRC}; ${MAKE_CMD} ${CONF_TARGET})
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612152305.uBFN5C0s051230>