From d5ebbf5fc075110757c2ef5f033ff1daaac7b1f4 Mon Sep 17 00:00:00 2001 From: simonb Date: Fri, 27 Apr 2001 11:25:32 +0000 Subject: Disable for alpha and sparc64 - the code assumes that sizeof(char *) is the same size as sizeof(int). --- devel/pilrc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/pilrc/Makefile b/devel/pilrc/Makefile index 8aa4ca6e137..5e1a2dc3e83 100644 --- a/devel/pilrc/Makefile +++ b/devel/pilrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/25 17:39:16 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/04/27 11:25:32 simonb Exp $ # DISTNAME= pilrc-2_7b @@ -12,6 +12,9 @@ MAINTAINER= dillo@giga.or.at HOMEPAGE= http://www.ardiri.com/index.cfm?redir=palm&cat=pilrc COMMENT= generate resources for PalmOS applications from textual description +# LP64 problems - pilrc.c has: Assert(sizeof(char *) == sizeof(int)); +NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 + .include "../../mk/bsd.prefs.mk" PILRC_USE_GTK?= YES -- cgit v1.2.3