pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/oe2mbx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 14 10:51:02 UTC 2022

Modified Files:
        pkgsrc/mail/oe2mbx: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/oe2mbx/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/oe2mbx/Makefile
diff -u pkgsrc/mail/oe2mbx/Makefile:1.17 pkgsrc/mail/oe2mbx/Makefile:1.18
--- pkgsrc/mail/oe2mbx/Makefile:1.17    Sat Nov  2 16:25:24 2019
+++ pkgsrc/mail/oe2mbx/Makefile Mon Nov 14 10:51:02 2022
@@ -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_PRO
                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
 



Home | Main Index | Thread Index | Old Index