ports/math/xldlas/files/patch-setstate.c
Stefan Eßer b9b6c9e168 Fix build with -fno-cmmon
While here add dependencies reported as missing by stage-qa
2020-09-30 12:49:02 +00:00

11 lines
347 B
C

--- 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");