From d788a92b108d27a740e43e7940b036bf504f54ad Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 9 Nov 2013 06:10:48 +0000 Subject: [PATCH] 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. --- wm/amiwm/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wm/amiwm/Makefile b/wm/amiwm/Makefile index e9fa2e9b52c3..09f5b4afcf4e 100644 --- a/wm/amiwm/Makefile +++ b/wm/amiwm/Makefile @@ -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