aboutsummaryrefslogtreecommitdiff
path: root/math/ccmath
diff options
context:
space:
mode:
Diffstat (limited to 'math/ccmath')
-rw-r--r--math/ccmath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ccmath/Makefile b/math/ccmath/Makefile
index b92b4717c757..1722490d7f5f 100644
--- a/math/ccmath/Makefile
+++ b/math/ccmath/Makefile
@@ -17,7 +17,7 @@ COMMENT= A mathematics library with many different functions
INSTALLS_SHLIB= yes
post-configure:
-.if (${MACHINE_ARCH} != "i386")
+.if (${ARCH} != "i386")
(cd ${WRKSRC} && ${SH} non_intel.sh)
.endif