aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-12-16 07:05:12 +0800
committerbapt <bapt@FreeBSD.org>2016-12-16 07:05:12 +0800
commit35617022a8080539e48cb722868e1d926441e196 (patch)
tree64d0d6cb19d93b26299c63aaf1c3e4dd019b7323
parent18f641f597614e25601fcc4dcd3547421c96335c (diff)
downloadfreebsd-ports-gnome-35617022a8080539e48cb722868e1d926441e196.tar.gz
freebsd-ports-gnome-35617022a8080539e48cb722868e1d926441e196.tar.zst
freebsd-ports-gnome-35617022a8080539e48cb722868e1d926441e196.zip
Fix build with gcc6
-rw-r--r--sysutils/u-boot-cubieboard/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/u-boot-cubieboard/Makefile b/sysutils/u-boot-cubieboard/Makefile
index edc810e77d50..871f05ea6525 100644
--- a/sysutils/u-boot-cubieboard/Makefile
+++ b/sysutils/u-boot-cubieboard/Makefile
@@ -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})