Set NOT_FOR_PLATFORM=${LP64PLATFORMS} as scsh is known to not be 64-bit
clean.
This commit is contained in:
parent
41aa24ac85
commit
0567fbfe3b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.41 2011/03/19 03:58:20 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.42 2011/12/22 04:37:51 dholland Exp $
|
||||
|
||||
DISTNAME= scsh-0.6.7
|
||||
PKGREVISION= 1
|
||||
|
@ -11,7 +11,7 @@ HOMEPAGE= http://www.scsh.net/
|
|||
COMMENT= Unix shell embedded into Scheme, with access to all Posix calls
|
||||
LICENSE= modified-bsd
|
||||
|
||||
NOT_FOR_PLATFORM= *-*-alpha # Needs scheme
|
||||
NOT_FOR_PLATFORM= ${LP64PLATFORMS} # Not 64-bit clean.
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
Loading…
Reference in a new issue