pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/isearch Not for 64bit platforms: pointer casts.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b0b5ca00835c
branches: trunk
changeset: 569118:b0b5ca00835c
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Jan 08 18:12:11 2010 +0000
description:
Not for 64bit platforms: pointer casts.
diffstat:
textproc/isearch/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r ce24759cfc33 -r b0b5ca00835c textproc/isearch/Makefile
--- a/textproc/isearch/Makefile Fri Jan 08 18:10:53 2010 +0000
+++ b/textproc/isearch/Makefile Fri Jan 08 18:12:11 2010 +0000
@@ -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 @@
PKG_DESTDIR_SUPPORT= user-destdir
+# Pointer casts are errors in C++
+NOT_FOR_PLATFORM+= ${LP64PLATFORMS}
+
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index