summaryrefslogtreecommitdiff
path: root/graphics/pvmpov/files/patch-ac
blob: 67f5c6edad40ba3cc0a51c92e1136be9a2af5821 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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));