diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-03-19 10:28:48 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-03-19 10:28:48 +0000 |
commit | 140e9686980b9e8206def9a366e9fb7dfe90dd7e (patch) | |
tree | ab07393801ec3f5e0b047ec10ac23b809327bf69 /cad/calculix/files/patch-cgx_VER+src+cgx.h | |
parent | Unbreak dserver by adding forgotten `dirrm' line in pkg-plist. (diff) |
Update to 1.3
PR: 78958
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Diffstat (limited to 'cad/calculix/files/patch-cgx_VER+src+cgx.h')
-rw-r--r-- | cad/calculix/files/patch-cgx_VER+src+cgx.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cad/calculix/files/patch-cgx_VER+src+cgx.h b/cad/calculix/files/patch-cgx_VER+src+cgx.h index 5c9f8b7dc90f..b40f68cee11d 100644 --- a/cad/calculix/files/patch-cgx_VER+src+cgx.h +++ b/cad/calculix/files/patch-cgx_VER+src+cgx.h @@ -1,13 +1,13 @@ ---- cgx_1.2/src/cgx.h.orig Sat Jul 17 17:17:41 2004 -+++ cgx_1.2/src/cgx.h Thu Dec 23 15:32:58 2004 -@@ -59,8 +59,8 @@ +--- cgx_1.3/src/cgx.h.orig Fri Feb 25 20:00:16 2005 ++++ cgx_1.3/src/cgx.h Sat Feb 26 20:45:51 2005 +@@ -63,8 +63,8 @@ #define MILLISECONDS_PER_PERIOD 1200 /* default location of the help files, please insert the actual one */ --#define HELPFILE {"/usr/local/CalculiX/cgx_1.2/doc/cgx/cgx.html",\ -- "/usr/local/CalculiX/ccx_1.2/doc/ccx/ccx.html"} +-#define HELPFILE {"/usr/local/CalculiX/cgx_1.3/doc/cgx/cgx.html",\ +- "/usr/local/CalculiX/ccx_1.3/doc/ccx/ccx.html"} +#define HELPFILE {"%%DOCSDIR%%/cgx/cgx.html",\ -+ "%%DOCSDIR%%/ccx/ccx.html"} ++ "%%DOCSDIR%%/ccx/ccx.html"} /* html browser, change if necessary */ /* #define BROWSER {"netscape"} */ |