Under certain conditions this package fails to build

properly, and attempts to link an image with object
files that have not yet been built.  Just disable
parallel builds to avoid the issue.
This commit is contained in:
pgoyette 2024-03-10 12:03:33 +00:00
parent 6390d0f1af
commit aee4bd2b2b
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.117 2023/11/08 13:19:55 wiz Exp $
# $NetBSD: Makefile,v 1.118 2024/03/10 12:03:33 pgoyette Exp $
DISTNAME= dspam-3.10.2
PKGREVISION= 40
@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://dspam.sourceforge.net/
COMMENT= Extremely scalable, statistical-hybrid anti-spam filter
MAKE_JOBS_SAFE= no
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes