svn commit: r428638 - head/sysutils/u-boot-cubieboard

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 15 23:05:13 UTC 2016


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})


More information about the svn-ports-head mailing list