diff options
author | wiz <wiz@pkgsrc.org> | 2022-11-14 10:51:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-11-14 10:51:02 +0000 |
commit | 93faeb44311784bd5f05981ff3beb98e30036a03 (patch) | |
tree | 2bb00ce08cd5132399bf27deb7b5401d05e42995 | |
parent | a5a24f182eaa787b7cd25c4a69443134cba0eb8d (diff) | |
download | pkgsrc-93faeb44311784bd5f05981ff3beb98e30036a03.tar.gz |
oe2mbx: mark as not make-jobs-safe
--- liboe ---
gcc: error: src/liboe.o: No such file or directory
http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20221112.2212/oe2mbx-1.21nb1/build.log
-rw-r--r-- | mail/oe2mbx/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/oe2mbx/Makefile b/mail/oe2mbx/Makefile index 75f7451743c..0bd54dfa389 100644 --- a/mail/oe2mbx/Makefile +++ b/mail/oe2mbx/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/11/02 16:25:24 rillig Exp $ -# +# $NetBSD: Makefile,v 1.18 2022/11/14 10:51:02 wiz Exp $ DISTNAME= oe2mbx-1.21 PKGREVISION= 1 @@ -20,6 +19,9 @@ 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 |