summaryrefslogtreecommitdiff
path: root/math/xldlas/files/patch-setstate.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:33:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:33:47 +0000
commita14c0668720dcafde3f60b7659a01d99ec693a41 (patch)
tree9c1a149bc961f7cd84b7aa93a2d61fec3d0f9685 /math/xldlas/files/patch-setstate.c
parentRename mail/ patch-xy patches to reflect the files they modify. (diff)
Rename math/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'math/xldlas/files/patch-setstate.c')
-rw-r--r--math/xldlas/files/patch-setstate.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/xldlas/files/patch-setstate.c b/math/xldlas/files/patch-setstate.c
new file mode 100644
index 000000000000..a710ec8938be
--- /dev/null
+++ b/math/xldlas/files/patch-setstate.c
@@ -0,0 +1,19 @@
+*** 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");