pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/sj3-server-bin Mark as not 64bit safe as s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be6d0347a368
branches:  trunk
changeset: 569132:be6d0347a368
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jan 09 16:15:41 2010 +0000

description:
Mark as not 64bit safe as shown by the build of sj3-dict.

diffstat:

 inputmethod/sj3-server-bin/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 37bff7387ab6 -r be6d0347a368 inputmethod/sj3-server-bin/Makefile
--- a/inputmethod/sj3-server-bin/Makefile       Sat Jan 09 15:52:27 2010 +0000
+++ b/inputmethod/sj3-server-bin/Makefile       Sat Jan 09 16:15:41 2010 +0000
@@ -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 @@
 DISTINFO_FILE= ${.CURDIR}/../sj3-lib/distinfo
 PATCHDIR=      ${.CURDIR}/../sj3-lib/patches
 
+NOT_FOR_PLATFORM+=     ${LP64PLATFORMS}
+
 .include "../../mk/bsd.prefs.mk"
 
 USE_TOOLS+=    itools



Home | Main Index | Thread Index | Old Index