From b17d4655edcb53deb5b3611f8bc047bb13319a8d Mon Sep 17 00:00:00 2001 From: asau Date: Wed, 5 May 2010 10:02:27 +0000 Subject: Build package on amd64. --- lang/sbcl/Makefile | 6 +++++- lang/sbcl/PLIST | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index a071ef77ac3..042800557e6 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2010/05/01 17:01:20 asau Exp $ +# $NetBSD: Makefile,v 1.25 2010/05/05 10:02:27 asau Exp $ DISTNAME= ${PKGNAME_NOREV}-source PKGNAME= sbcl-1.0.38 @@ -80,4 +80,8 @@ do-install: do-test: cd ${WRKSRC}/tests && ${SH} ./run-tests.sh +.if $(LOWER_ARCH) == "amd64" || $(LOWER_ARCH) == "x86_64" +PLIST_SUBST+= SUFX64=-64 +.endif + .include "../../mk/bsd.pkg.mk" diff --git a/lang/sbcl/PLIST b/lang/sbcl/PLIST index c32b426a279..d3afeafce77 100644 --- a/lang/sbcl/PLIST +++ b/lang/sbcl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2010/05/01 17:01:20 asau Exp $ +@comment $NetBSD: PLIST,v 1.11 2010/05/05 10:02:27 asau Exp $ bin/sbcl lib/sbcl/asdf-install/.cvsignore lib/sbcl/asdf-install/Makefile @@ -202,8 +202,8 @@ lib/sbcl/sb-rotate-byte/sb-rotate-byte.fasl lib/sbcl/sb-rotate-byte/sb-rotate-byte.texinfo lib/sbcl/sb-rotate-byte/test-passed lib/sbcl/sb-rotate-byte/x86-64-vm.lisp -lib/sbcl/sb-rotate-byte/x86-vm.fasl lib/sbcl/sb-rotate-byte/x86-vm.lisp +lib/sbcl/sb-rotate-byte/x86${SUFX64}-vm.fasl lib/sbcl/sb-rt/.cvsignore lib/sbcl/sb-rt/Makefile lib/sbcl/sb-rt/rt.fasl -- cgit v1.2.3