diff options
author | marino <marino@FreeBSD.org> | 2015-07-06 18:05:02 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-07-06 18:05:02 +0800 |
commit | e10db59f0103b14fd2e1062bacd0bc4665b3792c (patch) | |
tree | 732a1140d8d9fd404e36b672f10a6c44ff6b6aee /print | |
parent | 62e853f0e6434c145e7442f813d7a24ee032150d (diff) | |
download | freebsd-ports-gnome-e10db59f0103b14fd2e1062bacd0bc4665b3792c.tar.gz freebsd-ports-gnome-e10db59f0103b14fd2e1062bacd0bc4665b3792c.tar.zst freebsd-ports-gnome-e10db59f0103b14fd2e1062bacd0bc4665b3792c.zip |
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.
Diffstat (limited to 'print')
-rw-r--r-- | print/foomatic-db-engine/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 ; \ |