1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

- Mark BROKEN on 10.x+

---
./netflow.h:242:27: error: 'long type-name' is invalid
                u_int32_t long sent_flows;
---
./list.h:32:3: error: unknown type name 'LHASH'; did you mean '_LHASH'?
                LHASH *hash;
---

PR:		197249
Submitted by:	amdmi3
Approved by:	maintainer timeout
This commit is contained in:
Dmitry Marakasov 2015-06-02 02:53:44 +00:00
parent 5e082eba1f
commit 172a2e79b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388300

View File

@ -137,4 +137,10 @@ do-install:
.endif
${INSTALL_MAN} ${MAN_8:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${PREFIX}/man/man8
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
BROKEN= does not build on 10.x+
.endif
.include <bsd.port.post.mk>