sbcl: s/LOWER_ARCH/MACHINE_ARCH/
authorKamil Rytarowski <n54@gmx.com>
Sat, 11 Jun 2016 15:30:47 +0000 (17:30 +0200)
committerKamil Rytarowski <n54@gmx.com>
Sat, 11 Jun 2016 15:30:47 +0000 (17:30 +0200)
sbcl/Makefile

index 61bdf4ebd024ada28e3834d5e6ffd404eecc961b..d251e1c0403621161e218d6a7c286c6d39949b47 100644 (file)
@@ -84,7 +84,7 @@ do-install:
 do-test:
        cd ${WRKSRC}/tests && ${SH} ./run-tests.sh
 
-.if $(LOWER_ARCH) == "amd64" || $(LOWER_ARCH) == "x86_64"
+.if ${MACHINE_ARCH} == "x86_64"
 PLIST_SUBST+=  SUFX64=-64
 .else
 PLIST_SUBST+=  SUFX64=