From e10db59f0103b14fd2e1062bacd0bc4665b3792c Mon Sep 17 00:00:00 2001 From: marino Date: Mon, 6 Jul 2015 10:05:02 +0000 Subject: print/foomatic-db-engine is not jobs safe This port has failed on me with multijob several times. The last time, the lib/perl5/site_perl/Foomatic/Defaults.pm file was not installed, so set MAKE_JOBS_UNSAFE. --- print/foomatic-db-engine/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'print/foomatic-db-engine') diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index 3e721e73294e..9016219d6aec 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -27,6 +27,8 @@ CONFIGURE_ENV= PERL=${PERL} LIBDIR=${PREFIX}/share/foomatic/ \ CUPS_FILTERS=${LOCALBASE}/libexec/cups/filters \ CUPS_BACKENDS=${LOCALBASE}/libexec/cups/backends +MAKE_JOBS_UNSAFE= yes + post-patch: @${REINPLACE_CMD} -e \ "s,sysconfdir=/etc,sysconfdir=\'${PREFIX}/etc\',g ; \ -- cgit