Index: head/www/mohawk/files/patch-parse.y =================================================================== --- head/www/mohawk/files/patch-parse.y (nonexistent) +++ head/www/mohawk/files/patch-parse.y (revision 433102) @@ -0,0 +1,18 @@ +--- parse.y.orig 2017-01-27 06:01:59 UTC ++++ parse.y +@@ -30,8 +30,14 @@ + #include + #include + #include +-#if defined(__FreeBSD_version) && __FreeBSD_version >= 1000510 ++#if defined(__FreeBSD__) ++#if __FreeBSD_version >= 1000510 ++# if __FreeBSD_version >= 1200000 ++#include ++# else + #include ++# endif ++#endif + #endif + + #include Property changes on: head/www/mohawk/files/patch-parse.y ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property