freebsd-ports/math/atlas/files/patch-CONFIG_src_probe__comp.c
Thierry Thomas dbbffaebd4 math/atlas: upgrade to 3.10.3
The development iof ATLAS seems stalled, but some people still use it:
upgrade it to the latest stable version, to support some more platforms.

Changelog available from
<https://sourceforge.net/projects/math-atlas/files/Stable/3.10.3/ChangeLog/download>.

Next step: resurrect atlas-devel and upgrade it to the latest "unstable
release", 3.11.41, dated 2018-10-05…
2022-12-15 17:22:25 +01:00

12 lines
430 B
C

--- CONFIG/src/probe_comp.c.orig 2016-07-28 19:43:01 UTC
+++ CONFIG/src/probe_comp.c
@@ -1367,7 +1367,7 @@ char *FindGoodGcc(enum OSTYPE OS, enum MACHTYPE arch,
*/
{
char *stdpaths =
- "/usr/local /bin /sbin /usr/bin /usr/sbin /opt/bin /opt/sbin";
+ "%%WRKBIN%% /usr/local /bin /sbin /usr/bin /usr/sbin /opt/bin /opt/sbin";
i = 64 + strlen(stdpaths);
ln = CheckStrLen(ln, &lnlen, i);