diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
commit | 60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch) | |
tree | 42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/xfpovray/files/patch-src_xfpovray.h | |
parent | security/arirang: Mark broken with Ruby 2.0 or newer (diff) |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'graphics/xfpovray/files/patch-src_xfpovray.h')
-rw-r--r-- | graphics/xfpovray/files/patch-src_xfpovray.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/xfpovray/files/patch-src_xfpovray.h b/graphics/xfpovray/files/patch-src_xfpovray.h new file mode 100644 index 000000000000..2acf7e286bcf --- /dev/null +++ b/graphics/xfpovray/files/patch-src_xfpovray.h @@ -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" + + + /* |