diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-02 01:45:56 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-02 01:45:56 +0000 |
commit | 890254d86b77a33cf8a4e5b9f6a508648f023e59 (patch) | |
tree | 4a415b4dd3f27f7d174ca0c555566ed2174e9243 /cad/calculix/files/patch-cgx_VER+src+cgx.h | |
parent | - Although it is used to construct makefiles for qt3-related projects, does n... (diff) |
Update to 1.8.
Suggested by: Pedro Giffuni
Diffstat (limited to 'cad/calculix/files/patch-cgx_VER+src+cgx.h')
-rw-r--r-- | cad/calculix/files/patch-cgx_VER+src+cgx.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/calculix/files/patch-cgx_VER+src+cgx.h b/cad/calculix/files/patch-cgx_VER+src+cgx.h index 760351407bf6..1434bfea9c32 100644 --- a/cad/calculix/files/patch-cgx_VER+src+cgx.h +++ b/cad/calculix/files/patch-cgx_VER+src+cgx.h @@ -1,11 +1,11 @@ ---- cgx_1.7/src/cgx.h.orig Sun Feb 19 22:07:26 2006 -+++ cgx_1.7/src/cgx.h Sun Feb 19 22:09:50 2006 +--- cgx_1.8/src/cgx.h.orig Sun Feb 19 22:07:26 2006 ++++ cgx_1.8/src/cgx.h Sun Feb 19 22:09:50 2006 @@ -86,8 +86,8 @@ "/yaprod/cae/application/CalculiX/doc/ccx/ccx.html"} #endif #else -- #define HELPFILE {"/usr/local/CalculiX/cgx_1.7/doc/cgx/cgx.html",\ -- "/usr/local/CalculiX/ccx_1.7/doc/ccx/ccx.html"} +- #define HELPFILE {"/usr/local/CalculiX/cgx_1.8/doc/cgx/cgx.html",\ +- "/usr/local/CalculiX/ccx_1.8/doc/ccx/ccx.html"} + #define HELPFILE {"%%DOCSDIR%%/cgx/cgx.html",\ + "%%DOCSDIR%%/ccx/ccx.html"} #endif |