diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-09 16:15:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-09 16:15:41 +0000 |
commit | c6aea75184e7be4424f6ccbc87aba42e790f9131 (patch) | |
tree | c9829028eeaa89bd2acbbfe41986f36655a7d9ee /inputmethod | |
parent | 89bf757c02d0c4483b3daaf8e027196219556fc2 (diff) | |
download | pkgsrc-c6aea75184e7be4424f6ccbc87aba42e790f9131.tar.gz |
Mark as not 64bit safe as shown by the build of sj3-dict.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/sj3-server-bin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/sj3-server-bin/Makefile b/inputmethod/sj3-server-bin/Makefile index 0361596895b..e37f583c805 100644 --- a/inputmethod/sj3-server-bin/Makefile +++ b/inputmethod/sj3-server-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/07/04 20:54:40 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2010/01/09 16:15:41 joerg Exp $ # DISTNAME= sj3-2.0.1.20 @@ -14,6 +14,8 @@ COMMENT= SJ3 Japanese input method server & client DISTINFO_FILE= ${.CURDIR}/../sj3-lib/distinfo PATCHDIR= ${.CURDIR}/../sj3-lib/patches +NOT_FOR_PLATFORM+= ${LP64PLATFORMS} + .include "../../mk/bsd.prefs.mk" USE_TOOLS+= itools |