diff options
author | Michael Landin <mich@FreeBSD.org> | 2009-10-20 17:11:20 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2009-10-20 17:11:20 +0000 |
commit | 6e0113c0392915ed64e130ab4514b058b5e3b315 (patch) | |
tree | 7726bae6a904c622bbbb9c377a842ba8155eb269 /net | |
parent | 3a3fa5384a657507940b2af5f7a16825f60ccd03 (diff) | |
download | ports-6e0113c0392915ed64e130ab4514b058b5e3b315.tar.gz ports-6e0113c0392915ed64e130ab4514b058b5e3b315.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/slurm/Makefile | 8 | ||||
-rw-r--r-- | net/slurm/files/patch-os.h | 13 |
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> |