summaryrefslogtreecommitdiff
path: root/sysutils/mtools
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2001-02-14 15:01:59 +0000
committeris <is@pkgsrc.org>2001-02-14 15:01:59 +0000
commit41a5c3113b71d442bbd9d9ae65ac6499da5f1c4b (patch)
tree9d7c8f3f004f5bf1f2714cc63b14590f39527ea7 /sysutils/mtools
parent14f857f11c984ada03f5cbbdc0f68bfcdc5381be (diff)
downloadpkgsrc-41a5c3113b71d442bbd9d9ae65ac6499da5f1c4b.tar.gz
LP64 problems (IPaddr_t == unsigned long)
Diffstat (limited to 'sysutils/mtools')
-rw-r--r--sysutils/mtools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile
index 0064dff4e5e..9ccef988830 100644
--- a/sysutils/mtools/Makefile
+++ b/sysutils/mtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/02/14 14:28:58 is Exp $
+# $NetBSD: Makefile,v 1.22 2001/02/14 15:01:59 is Exp $
#
DISTNAME= mtools-3.9.7
@@ -9,6 +9,8 @@ MASTER_SITES= ftp://ftp.tux.org/pub/tux/knaff/mtools/
MAINTAINER= is@netbsd.org
HOMEPAGE= http://www.tux.org/pub/knaff/mtools/
+NOT_FOR_PLATFORM = *-*-alpha *-*-sparc64 # LP64 problem
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"