diff options
Diffstat (limited to 'graphics/xfpovray/files')
| -rw-r--r-- | graphics/xfpovray/files/patch-aa | 35 | ||||
| -rw-r--r-- | graphics/xfpovray/files/patch-ab | 28 |
2 files changed, 63 insertions, 0 deletions
diff --git a/graphics/xfpovray/files/patch-aa b/graphics/xfpovray/files/patch-aa new file mode 100644 index 000000000000..585637ea0a1e --- /dev/null +++ b/graphics/xfpovray/files/patch-aa @@ -0,0 +1,35 @@ +--- Imakefile.orig Fri Aug 22 04:39:59 1997 ++++ Imakefile Tue Sep 30 18:43:06 1997 +@@ -5,7 +5,7 @@ + + XCOMM Root installation directory for xfpovray + +-XFROOTDIR = /usr/local ++XCOMM XFROOTDIR = /usr/local + + + +@@ -13,10 +13,10 @@ + + + XCOMM Directory for xfpovray binary +-BINDIR = $(XFROOTDIR)/bin ++XCOMM BINDIR = $(XFROOTDIR)/bin + + XCOMM Directories for xfpovray help files and icons +-XFLIBDIR = $(XFROOTDIR)/lib/xfpovray ++XFLIBDIR = $(LIBDIR)/xfpovray + XFHELPDIR = $(XFLIBDIR)/help + XFICONDIR = $(XFLIBDIR)/icons + +@@ -69,8 +69,8 @@ + $(TOP)/src/xfpovray_icon.xpm \ + $(TOP)/src/xfpovray_info.xpm + +-EXTRA_LIBRARIES = -L/usr/local/lib -lforms -lm +- EXTRA_INCLUDES = -I/usr/local/include -I./flx/flx_return_button ++EXTRA_LIBRARIES = -lxforms -lm ++ EXTRA_INCLUDES = -I./flx/flx_return_button + EXTRA_DEFINES = -DSTARTUP_PIXMAP=\"$(XFICONDIR)\" -DHELP_DIR=\"$(XFHELPDIR)\" + LDLIBS = $(EXTRA_LIBRARIES) $(XLIB) + 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" + + + /* |
