summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsimonb <simonb>2001-04-27 11:25:32 +0000
committersimonb <simonb>2001-04-27 11:25:32 +0000
commit83c78d1c76cc9f9c423764589700040ff1907311 (patch)
treee187a96c0a4d9e47544cf12ccf6d31187a1a4d2f /devel
parent9dbfbd2132baaf76743ad2683d71441c6414a673 (diff)
downloadpkgsrc-83c78d1c76cc9f9c423764589700040ff1907311.tar.gz
Disable for alpha and sparc64 - the code assumes that sizeof(char *) is
the same size as sizeof(int).
Diffstat (limited to 'devel')
-rw-r--r--devel/pilrc/Makefile5
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