FreeBSD Bugzilla – Attachment 41311 Details for
Bug 64692
[Update port] math/atlas: detect correct compiler-version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-config.c.diff
patch-config.c.diff (text/plain), 483 bytes, created by
Kay Lehmann
on 2004-03-25 09:50:17 UTC
(
hide
)
Description:
patch-config.c.diff
Filename:
MIME Type:
Creator:
Kay Lehmann
Created:
2004-03-25 09:50:17 UTC
Size:
483 bytes
patch
obsolete
>--- patch-config.c.orig Thu Mar 25 10:33:01 2004 >+++ patch-config.c Thu Mar 25 10:33:35 2004 >@@ -5,8 +5,8 @@ > if (CmndOneLine(NULL, ln, ln2) == 0) > { > - *major = GetIntVers(ln2, &j); >-+ j=0; for (i=0; ln2[i] && !isspace(ln[i]); i++) j++; >-+ *major = GetIntVers(ln2+j, &i); >++ j=0; for (i=0; ln2[i] && !isspace(ln[i]); i++) >++ *major = GetIntVers(ln2+j, &i); j++; > if (*major != -1) > { > *minor = GetIntVers(ln2+j, &i); j += i;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 64692
: 41311