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:           Wed Dec  7 15:04:55 UTC 2022

Modified Files:
        pkgsrc/mail/oe2mbx: Makefile

Log Message:
oe2mbx: MAKE_JOBS_SAFE=no is not enough

There's probably a bug in the Makefile but I don't see it.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/mail/oe2mbx/Makefile:1.19
--- pkgsrc/mail/oe2mbx/Makefile:1.18    Mon Nov 14 10:51:02 2022
+++ pkgsrc/mail/oe2mbx/Makefile Wed Dec  7 15:04:55 2022
@@ -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_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