aboutsummaryrefslogtreecommitdiffstats
path: root/net/slurm
diff options
context:
space:
mode:
authormich <mich@FreeBSD.org>2009-10-21 01:11:20 +0800
committermich <mich@FreeBSD.org>2009-10-21 01:11:20 +0800
commitef1ba3811f8701909782a68ed0be78986ebe5926 (patch)
tree28773cea957226c8876199cbfd955a34f47a11c5 /net/slurm
parent4627007fbaa90230a14e91861c0476b244d8b362 (diff)
downloadfreebsd-ports-gnome-ef1ba3811f8701909782a68ed0be78986ebe5926.tar.gz
freebsd-ports-gnome-ef1ba3811f8701909782a68ed0be78986ebe5926.tar.zst
freebsd-ports-gnome-ef1ba3811f8701909782a68ed0be78986ebe5926.zip
- Unbreak on FreeBSD 8x
PR: ports/139128 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
Diffstat (limited to 'net/slurm')
-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>