Not for 64bit platforms: pointer casts.
This commit is contained in:
parent
c5ef83211e
commit
92c5273c3b
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2009/08/03 14:28:31 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2010/01/08 18:12:11 joerg Exp $
|
||||
|
||||
DISTNAME= Isearch-1.47.01
|
||||
PKGNAME= isearch-1.47.01
|
||||
|
@ -11,6 +11,9 @@ COMMENT= Advanced text indexing and searching system
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
# Pointer casts are errors in C++
|
||||
NOT_FOR_PLATFORM+= ${LP64PLATFORMS}
|
||||
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue