Index: head/cad/calculix/files/patch-dir.h =================================================================== --- head/cad/calculix/files/patch-dir.h (nonexistent) +++ head/cad/calculix/files/patch-dir.h (revision 504095) @@ -0,0 +1,40 @@ +--- cgx_2.15/src/readFoam.c.orig 2018-12-15 10:23:59.490288980 -0500 ++++ cgx_2.15/src/readFoam.c 2019-06-11 17:49:23.469502000 -0400 +@@ -4,7 +4,7 @@ + + + #include +-#include ++#include + + #define kappa 1.4 + +@@ -289,7 +289,7 @@ + int eface[8], sum_dir, ncomps; + FILE *handle; + DIR *dirp; +- struct direct *dp; ++ struct dirent *dp; + Rsort *rsort=NULL; + Ds ds; + +--- cgx_2.15/src/setFunktions.c.orig 2019-06-11 17:50:19.651248000 -0400 ++++ cgx_2.15/src/setFunktions.c 2019-06-11 17:50:41.211341000 -0400 +@@ -30,7 +30,7 @@ + */ + + #include +-#include ++#include + #include + + +@@ -11859,7 +11859,7 @@ + int pics; + int pnts[3]; + DIR *dirp; +- struct direct *dp; ++ struct dirent *dp; + static int ifFlag=1, whileFlag=1, returnFlag=1; + Scale scaleSet[1]; + Property changes on: head/cad/calculix/files/patch-dir.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,2 ## +yes +\ No newline at end of property \ 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