From f2cdb86e79185a8cbebe6e1d6bb4c8c8b4fde505 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 7 Dec 2022 15:04:55 +0000 Subject: oe2mbx: MAKE_JOBS_SAFE=no is not enough There's probably a bug in the Makefile but I don't see it. --- mail/oe2mbx/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mail/oe2mbx/Makefile b/mail/oe2mbx/Makefile index 0bd54dfa389..b51e0c86ef9 100644 --- a/mail/oe2mbx/Makefile +++ b/mail/oe2mbx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2022/11/14 10:51:02 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2022/12/07 15:04:55 wiz Exp $ DISTNAME= oe2mbx-1.21 PKGREVISION= 1 @@ -19,9 +19,6 @@ MAKE_ENV+= INSTALL_PROGRAM=${INSTALL_PROGRAM:Q} \ INSTALL_LIB=${INSTALL_LIB:Q} \ INSTALL_DATA=${INSTALL_DATA:Q} -# gcc: error: src/liboe.o: No such file or directory -MAKE_JOBS_SAFE= no - BUILD_TARGET= liboe oe2mbx INSTALLATION_DIRS= bin lib include -- cgit v1.2.3