summaryrefslogtreecommitdiff
path: root/sysutils/mtools
diff options
context:
space:
mode:
authoris <is>2001-02-14 15:01:59 +0000
committeris <is>2001-02-14 15:01:59 +0000
commit731b581dd29a864be13c954fdd5ecb1ee62d3f6e (patch)
tree9d7c8f3f004f5bf1f2714cc63b14590f39527ea7 /sysutils/mtools
parent9e8ed81ead5c06349821825b9af238f74a6165d1 (diff)
downloadpkgsrc-731b581dd29a864be13c954fdd5ecb1ee62d3f6e.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}"