diff options
author | simonb <simonb@pkgsrc.org> | 2001-04-27 11:25:32 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2001-04-27 11:25:32 +0000 |
commit | d5ebbf5fc075110757c2ef5f033ff1daaac7b1f4 (patch) | |
tree | e187a96c0a4d9e47544cf12ccf6d31187a1a4d2f /devel/pilrc | |
parent | edf0c57936a078b231d6f1380481c009d9f6e63a (diff) | |
download | pkgsrc-d5ebbf5fc075110757c2ef5f033ff1daaac7b1f4.tar.gz |
Disable for alpha and sparc64 - the code assumes that sizeof(char *) is
the same size as sizeof(int).
Diffstat (limited to 'devel/pilrc')
-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 |