mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
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
11 lines
631 B
C
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
|