diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-15 10:41:17 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-15 10:41:17 +0000 |
commit | fcaf679806fcf55a75cd2ad8017b14123dddd94a (patch) | |
tree | 38ebc6a77f99c7a594465a0194f5ab4439e86bb4 /math/atlas/files | |
parent | 3c26cddd14f79840606f4d45c7b5506a9503e03b (diff) | |
download | FreeBSD-ports-fcaf679806fcf55a75cd2ad8017b14123dddd94a.zip FreeBSD-ports-fcaf679806fcf55a75cd2ad8017b14123dddd94a.tar.gz |
fix on p4 architecture
bump portrevision
PR: 40321
Submitted by: maintainer
Diffstat (limited to 'math/atlas/files')
-rw-r--r-- | math/atlas/files/patch-aa | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/math/atlas/files/patch-aa b/math/atlas/files/patch-aa index 4267161..3787b5f 100644 --- a/math/atlas/files/patch-aa +++ b/math/atlas/files/patch-aa @@ -1,6 +1,13 @@ ---- config.c.orig Mon Jun 17 10:37:24 2002 -+++ config.c Fri Jun 21 09:23:31 2002 -@@ -2055,6 +2055,7 @@ +--- config.c.orig Mon Jun 17 09:37:24 2002 ++++ config.c Mon Jul 15 18:39:46 2002 +@@ -2049,12 +2049,14 @@ + if (!CmndOneLine(targ, "sysctl hw.model", ln)) + { + if (strstr(ln, "Pentium Pro")) mach = IntPPRO; ++ else if (strstr(ln, "Pentium 4")) mach = IntP4; + else if (strstr(ln, "Pentium III")) mach = IntPIII; + else if (strstr(ln, "Pentium II ")) mach = IntPII; + else if (strstr(ln, "Athlon")) mach = AmdAthlon; else if (strstr(ln, "AMD-K7")) mach = AmdAthlon; else if (strstr(ln, "Pentium/P55C")) mach = IntP5MMX; /* sent by */ else if (strstr(ln, "Pentium")) mach=IntP5; /* Nakata Maho */ @@ -8,7 +15,7 @@ } break; default:; -@@ -3024,6 +3025,9 @@ +@@ -3024,6 +3026,9 @@ } if (USEWINF77) strcpy(F77, "$(BINdir)/winf77.exe"); |