diff options
Diffstat (limited to 'graphics/xfpovray/files/patch-ab')
| -rw-r--r-- | graphics/xfpovray/files/patch-ab | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/xfpovray/files/patch-ab b/graphics/xfpovray/files/patch-ab new file mode 100644 index 000000000000..9dc751eb202c --- /dev/null +++ b/graphics/xfpovray/files/patch-ab @@ -0,0 +1,28 @@ +--- src/xfpovray.h.orig Wed Aug 20 05:10:37 1997 ++++ src/xfpovray.h Mon Nov 24 18:28:57 1997 +@@ -16,14 +16,14 @@ + /* + ** Command to invoke POV-Ray + */ +-#define POV_COMMAND "/usr/local/bin/povray" ++#define POV_COMMAND "@LOCALBASE@/bin/povray" + + + /* + ** System or default library path. You can add up to 4 more on + ** the widget for a total of 5, even though POV-Ray supports more. + */ +-#define POV_LIB_PATH "/usr/local/include/povray" ++#define POV_LIB_PATH "@LOCALBASE@/lib/povray3/include" + + + /* +@@ -47,7 +47,7 @@ + ** Editor command. If you use a console editor like vi, execute the + ** editor in an xterm, e.g., xterm -e vi + */ +-#define POV_EDITOR "nedit" ++#define POV_EDITOR "xterm -e vi" + + + /* |
