- Unbreak on FreeBSD 8x

PR:			ports/139128
Submitted by:		Herbert J. Skuhra <h.skuhra@gmail.com>
This commit is contained in:
Michael Landin 2009-10-20 17:11:20 +00:00
parent 3a3fa5384a
commit 6e0113c039
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243120
2 changed files with 14 additions and 7 deletions

View File

@ -35,10 +35,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR}
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800045
BROKEN= does not build
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -0,0 +1,13 @@
--- os.h.orig 2009-09-25 02:57:02.000000000 +0200
+++ os.h 2009-09-25 03:06:20.000000000 +0200
@@ -92,10 +92,6 @@
#include <net/if_media.h>
#include <net/if_mib.h>
#include <arpa/inet.h>
-#ifndef __DragonFly__
-#include <net/ppp_defs.h>
-#include <net/if_ppp.h>
-#endif
#elif __NetBSD__ /* N E T B S D */
#include <stdio.h>
#include <sys/param.h>