diff options
Diffstat (limited to 'math/ccmath/Makefile')
-rw-r--r-- | math/ccmath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ccmath/Makefile b/math/ccmath/Makefile index 1722490d7f5f..b92b4717c757 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 (${ARCH} != "i386") +.if (${MACHINE_ARCH} != "i386") (cd ${WRKSRC} && ${SH} non_intel.sh) .endif |