pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/amiwm Mark this NOT_FOR 64-bit platforms; while it ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e621c2607585
branches:  trunk
changeset: 626375:e621c2607585
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Nov 09 06:10:48 2013 +0000

description:
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.

diffstat:

 wm/amiwm/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e2a7d9446c89 -r e621c2607585 wm/amiwm/Makefile
--- a/wm/amiwm/Makefile Sat Nov 09 05:36:26 2013 +0000
+++ b/wm/amiwm/Makefile Sat Nov 09 06:10:48 2013 +0000
@@ -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_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
 



Home | Main Index | Thread Index | Old Index