1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

- Mark broken on FreeBSD 9 or less because of c11 errors.

Reference:	http://beefy6.nyi.freebsd.org/data/84amd64-default/383187/logs/octave-forge-interval-0.1.4.log
This commit is contained in:
Stephen Montgomery-Smith 2015-04-04 19:12:41 +00:00
parent ecedbfd20c
commit 81e81242f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383239

View File

@ -27,4 +27,10 @@ post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000000
BROKEN= Doesn't build on FreeBSD 9 or older
.endif
.include <bsd.port.post.mk>