freebsd-ports/astro/xtide/files/patch-aa
Alexander Langer 9bccb8fe0b Avoid hardcoding /usr/X11R6/
PR:		19478
Submitted by:	maintainer
2000-06-26 13:53:05 +00:00

19 lines
484 B
Text

*** TideContext.cc.orig Sun Dec 5 15:12:17 1999
--- TideContext.cc Mon Jun 19 22:51:03 2000
***************
*** 53,59 ****
}
}
if (hfile_path.isNull())
! hfile_path = "harmonics";
harmonicsPath = new HarmonicsPath (hfile_path);
homedir = getenv ("HOME");
--- 53,59 ----
}
}
if (hfile_path.isNull())
! hfile_path = "%%PREFIX%%/share/xtide/harmonics";
harmonicsPath = new HarmonicsPath (hfile_path);
homedir = getenv ("HOME");