summaryrefslogtreecommitdiff
path: root/math/xldlas/files/patch-setstate.c
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-30 12:49:02 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-30 12:49:02 +0000
commitb9b6c9e1689796009603451afb536b27353aca67 (patch)
treed85053ae6a167ba8d46fb6fe054b5853de918c22 /math/xldlas/files/patch-setstate.c
parentupdate cad/kicad and it's libraries to 5.1.7 (diff)
Fix build with -fno-cmmon
While here add dependencies reported as missing by stage-qa
Notes
Notes: svn path=/head/; revision=550697
Diffstat (limited to 'math/xldlas/files/patch-setstate.c')
-rw-r--r--math/xldlas/files/patch-setstate.c30
1 files changed, 11 insertions, 19 deletions
diff --git a/math/xldlas/files/patch-setstate.c b/math/xldlas/files/patch-setstate.c
index a710ec8938be..a94cc77ae794 100644
--- a/math/xldlas/files/patch-setstate.c
+++ b/math/xldlas/files/patch-setstate.c
@@ -1,19 +1,11 @@
-*** setstate.c.orig Mon May 12 10:42:06 1997
---- setstate.c Mon Apr 27 01:10:29 1998
-***************
-*** 509,515 ****
- }
-
- if(found_label == FALSE)
-! strcpy(help_location,"/usr/local/xldlas/help/");
- strcpy(searcher,"test -r ");
- strcat(searcher, help_location);
- strcat(searcher,"general.help");
---- 509,515 ----
- }
-
- if(found_label == FALSE)
-! strcpy(help_location, PREFIX "/share/xldlas/help/");
- strcpy(searcher,"test -r ");
- strcat(searcher, help_location);
- strcat(searcher,"general.help");
+--- setstate.c.orig 1997-05-12 14:42:06 UTC
++++ setstate.c
+@@ -509,7 +509,7 @@ void assign_help_files()
+ }
+
+ if(found_label == FALSE)
+- strcpy(help_location,"/usr/local/xldlas/help/");
++ strcpy(help_location, PREFIX "/share/xldlas/help/");
+ strcpy(searcher,"test -r ");
+ strcat(searcher, help_location);
+ strcat(searcher,"general.help");