diff options
author | is <is> | 2001-02-14 15:01:59 +0000 |
---|---|---|
committer | is <is> | 2001-02-14 15:01:59 +0000 |
commit | d698dabf180fdf11c19f774bf9775ea8632da8d5 (patch) | |
tree | 9d7c8f3f004f5bf1f2714cc63b14590f39527ea7 /sysutils/mtools | |
parent | 1a83bf558fd655042d6cbbceca5913fa40923b03 (diff) | |
download | pkgsrc-d698dabf180fdf11c19f774bf9775ea8632da8d5.tar.gz |
LP64 problems (IPaddr_t == unsigned long)
Diffstat (limited to 'sysutils/mtools')
-rw-r--r-- | sysutils/mtools/Makefile | 4 |
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}" |