diff options
Diffstat (limited to 'devel/pilrc/Makefile')
-rw-r--r-- | devel/pilrc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |