- Unbreak on FreeBSD 8x
PR: ports/139128 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
This commit is contained in:
parent
3a3fa5384a
commit
6e0113c039
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243120
@ -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>
|
||||
|
13
net/slurm/files/patch-os.h
Normal file
13
net/slurm/files/patch-os.h
Normal 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>
|
Loading…
Reference in New Issue
Block a user