summaryrefslogtreecommitdiff
path: root/archivers/zopfli
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-09-10 15:58:32 +0000
committerJohn Marino <marino@FreeBSD.org>2015-09-10 15:58:32 +0000
commit97d3f0ddb72e38444a6a19d3d2bacb5922c7927f (patch)
treea08b58aaae2de5c82a8023abc19596e71bcae0a3 /archivers/zopfli
parent- Switch to options helpers (diff)
archivers/zopfli is not jobs safe
This port has failed a few times on me. Looking at the log, it appears to attempt to create libzopflipng.so way before all the object files are created in a multijob environment, so the makefile is probably missing the prerequisite definitions.
Notes
Notes: svn path=/head/; revision=396578
Diffstat (limited to 'archivers/zopfli')
-rw-r--r--archivers/zopfli/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/zopfli/Makefile b/archivers/zopfli/Makefile
index e684595a89f4..958f6bbb0935 100644
--- a/archivers/zopfli/Makefile
+++ b/archivers/zopfli/Makefile
@@ -24,6 +24,8 @@ CFLAGS+= -fPIC # XXX Convert into an implicit rule
LDFLAGS+= -lm
USE_LDCONFIG= yes
+MAKE_JOBS_UNSAFE= yes
+
do-install:
.for f in ${PORTNAME} ${PORTNAME}png
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin