From ccc95e51eac5dc356db843bfa16137704b61c111 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 5 Jan 2004 17:01:08 +0000 Subject: - Update to version 0.81 PR: 60937 Submitted by: Ports Fury --- science/gdis/files/patch-main.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 science/gdis/files/patch-main.c (limited to 'science/gdis/files/patch-main.c') diff --git a/science/gdis/files/patch-main.c b/science/gdis/files/patch-main.c new file mode 100644 index 000000000000..6270599e5ea9 --- /dev/null +++ b/science/gdis/files/patch-main.c @@ -0,0 +1,15 @@ +--- main.c.orig Tue Nov 4 15:08:29 2003 ++++ main.c Wed Dec 31 02:11:54 2003 +@@ -433,6 +433,12 @@ + } + } + ++#ifdef INSTALL ++strcpy(sysenv.elem_file, INSTALL); ++strcat(sysenv.elem_file, DIR_SEP); ++strcat(sysenv.elem_file, ELEM_FILE); ++#endif ++ + /* defaults */ + sysenv.povray_exe = g_strdup("povray"); + sysenv.convert_exe = g_strdup("convert"); -- cgit v1.2.3