diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/openospfd-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/openospfd-devel/Makefile b/net/openospfd-devel/Makefile index 91eb0910878e..f2bea5efd367 100644 --- a/net/openospfd-devel/Makefile +++ b/net/openospfd-devel/Makefile @@ -49,6 +49,10 @@ SUBDIRS= ospfd \ IGNORE= requires macros present in <sys/tree.h> .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile +.endif + post-extract: @${CP} ${DISTDIR}/${DIST_SUBDIR}/if_media.h ${WRKSRC}/ospfctl/ @${CP} ${DISTDIR}/${DIST_SUBDIR}/hash.h ${WRKSRC}/ospfd/ |