diff options
Diffstat (limited to 'science/gdis/files/patch-main.c')
-rw-r--r-- | science/gdis/files/patch-main.c | 15 |
1 files changed, 15 insertions, 0 deletions
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"); |