diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-05-13 20:32:41 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-05-13 20:32:41 +0000 |
commit | a0d8c948c60d4c0f554edc3a85247ce97bc4e98c (patch) | |
tree | 2b61b8f0305809086e4c972c7a1ca101f563ff5f /science/py-gsd/files/patch-gsd_gsd.c | |
parent | www/node: fix build on i386 (diff) |
New port: science/py-gsd: GSD (General Simulation Data) file format for Python
Notes
Notes:
svn path=/head/; revision=469829
Diffstat (limited to 'science/py-gsd/files/patch-gsd_gsd.c')
-rw-r--r-- | science/py-gsd/files/patch-gsd_gsd.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/science/py-gsd/files/patch-gsd_gsd.c b/science/py-gsd/files/patch-gsd_gsd.c new file mode 100644 index 000000000000..8b8b1edb8990 --- /dev/null +++ b/science/py-gsd/files/patch-gsd_gsd.c @@ -0,0 +1,10 @@ +--- gsd/gsd.c.orig 2018-05-13 20:11:47 UTC ++++ gsd/gsd.c +@@ -20,6 +20,7 @@ + #include <stdio.h> + #include <fcntl.h> + #include <errno.h> ++#include <sys/stat.h> + + #include "gsd.h" + |