diff options
author | asau <asau@pkgsrc.org> | 2010-05-05 10:02:27 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-05-05 10:02:27 +0000 |
commit | d0f200bea83860eefdc54dbebd688bd7122bab86 (patch) | |
tree | f3e4417a14f2429619385fdb7198a1c258a915a2 /lang/sbcl | |
parent | d6d27ba444b180fa756b135786a7207792d7648f (diff) | |
download | pkgsrc-d0f200bea83860eefdc54dbebd688bd7122bab86.tar.gz |
Build package on amd64.
Diffstat (limited to 'lang/sbcl')
-rw-r--r-- | lang/sbcl/Makefile | 6 | ||||
-rw-r--r-- | 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 |