diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2017-02-09 17:39:41 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2017-02-09 17:39:41 +0000 |
commit | 0b939c1c626d907a0481d42aa34ef6ae8ca25f07 (patch) | |
tree | dad026b45248e0db71727018a4270b5e6fa3bfd8 /www/mohawk/files | |
parent | b59ac6795601abc8397ce097fa863fae8aa24800 (diff) | |
download | ports-0b939c1c626d907a0481d42aa34ef6ae8ca25f07.tar.gz ports-0b939c1c626d907a0481d42aa34ef6ae8ca25f07.zip |
Update www/mohawk to 2.0.19
PR: 216907
Submitted by: mohawk@bsdsx.fr
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9486
Notes
Notes:
svn path=/head/; revision=433749
Diffstat (limited to 'www/mohawk/files')
-rw-r--r-- | www/mohawk/files/patch-parse.y | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/mohawk/files/patch-parse.y b/www/mohawk/files/patch-parse.y deleted file mode 100644 index 8c2e5624f676..000000000000 --- a/www/mohawk/files/patch-parse.y +++ /dev/null @@ -1,18 +0,0 @@ ---- parse.y.orig 2017-01-27 06:01:59 UTC -+++ parse.y -@@ -30,8 +30,14 @@ - #include <sys/param.h> - #include <sys/socket.h> - #include <sys/stat.h> --#if defined(__FreeBSD_version) && __FreeBSD_version >= 1000510 -+#if defined(__FreeBSD__) -+#if __FreeBSD_version >= 1000510 -+# if __FreeBSD_version >= 1200000 -+#include <sys/capsicum.h> -+# else - #include <sys/capability.h> -+# endif -+#endif - #endif - - #include <net/if.h> |