ports/graphics/povray38/files/patch-unix_povconfig_syspovconfig__bsd.h
Philipp Ost 193e6bffcf graphics/povray38: Add new port
This is a port of the second beta of the upcoming POV-Ray
v3.8. POV-Ray is the Persistence of Vision Raytracer.

PR:		257574
2021-11-01 12:41:47 +09:00

11 lines
631 B
C

--- unix/povconfig/syspovconfig_bsd.h.orig 2021-07-11 11:08:43 UTC
+++ unix/povconfig/syspovconfig_bsd.h
@@ -58,7 +58,7 @@
// Unable to detect `off_t` size at compile-time.
// This variant of BSD _may or may not_ provide large file support via the `lseek` function.
// Comment-out the following line to proceed anyway
- #error "Image size may be limited to approx. 100 Megapixels. Proceed at your own risk."
+ //#error "Image size may be limited to approx. 100 Megapixels. Proceed at your own risk."
#define POV_LSEEK(handle,offset,whence) lseek(handle,offset,whence)
#define POV_OFF_T off_t
#endif