diff options
author | tnn <tnn@pkgsrc.org> | 2019-02-23 09:00:25 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2019-02-23 09:00:25 +0000 |
commit | 2d6807dcc5667286af42ba2840eef7309509f1df (patch) | |
tree | abf476e9fbe730cd67493570f8fadc12926172d2 /graphics | |
parent | c113fec9b331de7aba76c4cc8e38618274936c1a (diff) | |
download | pkgsrc-2d6807dcc5667286af42ba2840eef7309509f1df.tar.gz |
exiv2: drop MAKE_JOBS_SAFE=no
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exiv2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index cda62c66621..d05a20f5c66 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -1,7 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2018/12/09 03:04:34 sevan Exp $ - -# Race condition between exiv2.cpp and creation of exv_conf.h -MAKE_JOBS_SAFE= no +# $NetBSD: Makefile,v 1.40 2019/02/23 09:00:25 tnn Exp $ .include "Makefile.common" |