summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"