diff options
Diffstat (limited to 'graphics/truevision/files/patch-src__povfe.cc')
| -rw-r--r-- | graphics/truevision/files/patch-src__povfe.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/truevision/files/patch-src__povfe.cc b/graphics/truevision/files/patch-src__povfe.cc new file mode 100644 index 000000000000..befe9affcfd2 --- /dev/null +++ b/graphics/truevision/files/patch-src__povfe.cc @@ -0,0 +1,13 @@ +--- src/povfe.cc.orig Tue Oct 4 04:24:37 2005 ++++ src/povfe.cc Tue Oct 18 19:11:46 2005 +@@ -36,6 +36,10 @@ + #include "include/scene.h" + #include "include/tvio.h" + ++#if defined(__FreeBSD__) ++ #define O_SYNC O_FSYNC ++#endif ++ + // Output file format definitions + const int file_type_num = 4; + const char *file_type_list[file_type_num] = { "PNG", "PPM", "TGA", "TGA+RLE" }; |
