pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ivtools Disable for 64bit platforms, doesn't ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb9ca280b4fe
branches:  trunk
changeset: 577077:cb9ca280b4fe
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jul 01 22:21:29 2010 +0000

description:
Disable for 64bit platforms, doesn't compile due to int casts.

diffstat:

 graphics/ivtools/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r d7c61a3efde7 -r cb9ca280b4fe graphics/ivtools/Makefile
--- a/graphics/ivtools/Makefile Thu Jul 01 22:18:29 2010 +0000
+++ b/graphics/ivtools/Makefile Thu Jul 01 22:21:29 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2010/04/05 22:52:23 markd Exp $
+# $NetBSD: Makefile,v 1.24 2010/07/01 22:21:29 joerg Exp $
 
 DISTNAME=      ivtools-1.2.8
 CATEGORIES=    graphics
@@ -11,11 +11,12 @@
 
 CONFLICTS+=    dclock-[0-9]*
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+NOT_FOR_PLATFORM=      ${LP64PLATFORMS}
+
 DEPENDS+=      pstoedit>=3.0:../../graphics/pstoedit
 DEPENDS+=      wget>=1.0:../../net/wget
 
-PKG_DESTDIR_SUPPORT=   user-destdir
-
 USE_LANGUAGES= c c++
 USE_TOOLS+=    imake bash:run
 



Home | Main Index | Thread Index | Old Index