diff options
-rw-r--r-- | math/atlas/Makefile | 1 | ||||
-rw-r--r-- | math/atlas/files/patch-aa | 15 |
2 files changed, 12 insertions, 4 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile index 086d95e..e95f2d0 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -7,6 +7,7 @@ PORTNAME= atlas PORTVERSION= 3.4.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= math-atlas 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"); |