Mark this NOT_FOR 64-bit platforms; while it builds, gcc output and a
quick review of the header files indicates deeply ingrained assumptions about pointers fitting in 32-bit integers, and it does not stand much chance of working.
This commit is contained in:
parent
c051f8f6b8
commit
d788a92b10
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.28 2013/08/15 20:26:51 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2013/11/09 06:10:48 dholland Exp $
|
||||
#
|
||||
|
||||
DISTNAME= amiwm0.20pl48
|
||||
|
@ -17,6 +17,9 @@ NO_BIN_ON_FTP= ${RESTRICTED}
|
|||
NO_SRC_ON_CDROM= ${RESTRICTED}
|
||||
NO_BIN_ON_CDROM= ${RESTRICTED}
|
||||
|
||||
# Extensive use of 32-bit values to hold pointers
|
||||
NOT_FOR_PLATFORM+= ${LP64PLATFORMS}
|
||||
|
||||
USE_TOOLS+= ksh:run yacc lex
|
||||
REPLACE_KSH= Xsession.in Xsession2.in
|
||||
|
||||
|
|
Loading…
Reference in a new issue