From dd478ceaa96aedca0549d46e620c89c36e8b61f3 Mon Sep 17 00:00:00 2001 From: Sergey Svishchev Date: Tue, 12 Feb 2008 21:24:51 +0000 Subject: [PATCH] Require GNU make -- NetBSD make crashes at install time. --- alphamail/Makefile | 5 +++-- alphamail/TODO | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/alphamail/Makefile b/alphamail/Makefile index f6c4a53666..3bd9b4a676 100644 --- a/alphamail/Makefile +++ b/alphamail/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/02/12 11:36:28 shattered Exp $ -# +# $NetBSD: Makefile,v 1.2 2008/02/12 21:24:51 shattered Exp $ DISTNAME= alphamail-1.0.44 PKGREVISION= 1 @@ -34,6 +33,8 @@ DEPENDS+= p5-Encode-IMAPUTF7>=1.00:../../wip/p5-Encode-IMAPUTF7 GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_TOOLS+= perl +# NetBSD 4.0 make segfaults at install time +USE_TOOLS+= gmake PTHREAD_AUTO_VARS= yes REPLACE_PERL= util/alphamail_genconfig util/alphamail_stats \ diff --git a/alphamail/TODO b/alphamail/TODO index 280df88771..8b9dd0c3ff 100644 --- a/alphamail/TODO +++ b/alphamail/TODO @@ -1 +1,2 @@ - requires modified www/p5-Apache-AuthCookie (one that depends on apache 2) +- NetBSD 4.0 make crashes at install time; use GNU make