pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sbcl: s/LOWER_ARCH/MACHINE_ARCH/



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 11 17:30:47 2016 +0200
Changeset:	4067ce1f458cd88e48c374c5b0caadb536ce36ca

Modified Files:
	sbcl/Makefile

Log Message:
sbcl: s/LOWER_ARCH/MACHINE_ARCH/

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4067ce1f458cd88e48c374c5b0caadb536ce36ca

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sbcl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/sbcl/Makefile b/sbcl/Makefile
index 61bdf4e..d251e1c 100644
--- a/sbcl/Makefile
+++ b/sbcl/Makefile
@@ -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=


Home | Main Index | Thread Index | Old Index