Mark BROKEN on FreeBSD 10 and above.

./Platoon.h:4:10: fatal error: 'list.h' file not found
#include <list.h>
         ^
1 error generated.
*** Error code 1

Stop.
make[1]: stopped in /wrkdirs/usr/ports/benchmarks/dkftpbench/work/dkftpbench-0.45
*** Error code 1
This commit is contained in:
Adam Weinberger 2014-08-21 22:40:35 +00:00
parent 2260c7cc09
commit 6724089b21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365598

View file

@ -16,4 +16,10 @@ GNU_CONFIGURE= yes
USE_AUTOTOOLS= automake14 autoconf
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1000000
BROKEN= does not build on FreeBSD 10 or better
.endif
.include <bsd.port.post.mk>