diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-07-31 19:29:12 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-07-31 19:29:12 +0000 |
commit | a5b6848e128397ea288291353f48c97ea1c7c738 (patch) | |
tree | 8fe2e72e249473f7475c34e3b5884f6e561f2fba /math/Makefile | |
parent | Upgrade to 2.4. (diff) |
Linux binaries for version 8.2 are unfetchable, then switch to native
FreeBSD binaries for version 8.3 (i386 only).
Note: does not run on FreeBSD >= 6.0, because linked with libc.so.5.
PR: 84366
Submitted by: thierry
Repocopied by: marcus
Notes
Notes:
svn path=/head/; revision=140580
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index b0b195f4c0fd..81d9ddf80e81 100644 --- a/math/Makefile +++ b/math/Makefile @@ -38,6 +38,7 @@ SUBDIR += cxsc SUBDIR += dcdflib SUBDIR += diehard + SUBDIR += dislin SUBDIR += djbfft SUBDIR += drgeo SUBDIR += e @@ -109,7 +110,6 @@ SUBDIR += libranlib SUBDIR += linalg SUBDIR += linpack - SUBDIR += linux-dislin SUBDIR += linux-relview SUBDIR += lp_solve SUBDIR += mathomatic |