- Mark BROKEN on recent -CURRENT:

/usr/include/netinet/in_pcb.h:390: error: requested alignment is not a constant

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-07-20 19:43:54 +00:00
parent 3129b4c952
commit 3c89fe5ef6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278036

View file

@ -23,6 +23,12 @@ DOCS= dbs.man dbs.man.jis dbs_paper.ps Copyright
EXDIR= ${PREFIX}/share/examples/dbs/
EXS= TCP2.cmd TCPvsMPEG.cmd
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not compile on FreeBSD 9.X
.endif
do-build:
cd ${WRKSRC}/src; ${MAKE} dir
cd ${WRKSRC}/obj/${OPSYS}; ${MAKE} ${ALL_TARGET} PREFIX=${PREFIX}
@ -37,4 +43,4 @@ do-install:
cd ${WRKSRC}/doc; ${CP} -p ${DOCS} ${DOCDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>