mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
43d07d235f
PvmPov is a distributing rendering package based on the popular POVRay raytracer and the PVM library. I've tested it on cluster consisted several diskless machines and it works really cool! PR: 17572 Submitted by: sobomax
15 lines
379 B
Plaintext
15 lines
379 B
Plaintext
--- povray31/source/pvm/pvm.h.orig Sun Sep 12 01:25:35 1999
|
|
+++ povray31/source/pvm/pvm.h Wed Mar 22 13:04:15 2000
|
|
@@ -23,9 +23,9 @@
|
|
* add it in permanently.
|
|
*/
|
|
|
|
-#include <features.h>
|
|
+/*#include <features.h>*/
|
|
|
|
-#if defined(SUN4SOL2) || defined(your_pvm_arch)
|
|
+#if defined(SUN4SOL2) || defined(__FreeBSD__)
|
|
|
|
#define NICE(x) nice(x)
|
|
extern int nice PARAMS((int prio));
|