aboutsummaryrefslogtreecommitdiffstats
path: root/math/sdpara
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-03-27 11:30:35 +0800
committermaho <maho@FreeBSD.org>2004-03-27 11:30:35 +0800
commit66e1ccac4bd830903e20622768e4b1d4b421e8fa (patch)
treefccbb355b2acd1dd991b81a0135f65065d9b75ca /math/sdpara
parentbd6b918fcd31cc801c29cf1a385639c351deaa44 (diff)
downloadfreebsd-ports-gnome-66e1ccac4bd830903e20622768e4b1d4b421e8fa.tar.gz
freebsd-ports-gnome-66e1ccac4bd830903e20622768e4b1d4b421e8fa.tar.zst
freebsd-ports-gnome-66e1ccac4bd830903e20622768e4b1d4b421e8fa.zip
make portlint happy
Submitted by: kris
Diffstat (limited to 'math/sdpara')
-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
-