aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/slurm/Makefile8
-rw-r--r--net/slurm/files/patch-os.h13
2 files changed, 14 insertions, 7 deletions
diff --git a/net/slurm/Makefile b/net/slurm/Makefile
index 7a1ebdb7d7f8..404c1cede359 100644
--- a/net/slurm/Makefile
+++ b/net/slurm/Makefile
@@ -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>
diff --git a/net/slurm/files/patch-os.h b/net/slurm/files/patch-os.h
new file mode 100644
index 000000000000..17396edb46cf
--- /dev/null
+++ b/net/slurm/files/patch-os.h
@@ -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>