aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-03-27 03:30:35 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-03-27 03:30:35 +0000
commit944b238c1bf3fdbc8e137d77ff9560e765d7579f (patch)
treef2b4d71045c1b39632a5f39c78dba9112c1b2bcf /math
parent6bbd1855fae68b06531eb8fce3db862556760ad9 (diff)
downloadports-944b238c1bf3fdbc8e137d77ff9560e765d7579f.tar.gz
ports-944b238c1bf3fdbc8e137d77ff9560e765d7579f.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/sdpara/Makefile2
-rw-r--r--math/sdpara/pkg-descr1
2 files changed, 1 insertions, 2 deletions
diff --git a/math/sdpara/Makefile b/math/sdpara/Makefile
index 894605ffef3b..61aec8d9db91 100644
--- a/math/sdpara/Makefile
+++ b/math/sdpara/Makefile
@@ -34,7 +34,7 @@ CBLAS= -lcblas -lf77blas -latlas -lg2c
.if defined(WITH_OPTIMIZED_FLAGS)
FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double
CXXFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -Wno-multichar
-.if (${MACHINE_ARCH} == "i386")
+.if (${ARCH} == "i386")
FFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3
CXXFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3
.endif # i386
diff --git a/math/sdpara/pkg-descr b/math/sdpara/pkg-descr
index 4de081810074..4317b66780c4 100644
--- a/math/sdpara/pkg-descr
+++ b/math/sdpara/pkg-descr
@@ -7,4 +7,3 @@ used combinedly with other C++ programs, are not available.
We assume that you know how to use the latest version of the SDPA and MPICH.
WWW: http://sdpa.is.titech.ac.jp/sdpara.index.html
-