aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/zopfli
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-09-10 23:58:32 +0800
committermarino <marino@FreeBSD.org>2015-09-10 23:58:32 +0800
commitd33434aed896714a429b113dc8d73412ebc272dc (patch)
treea08b58aaae2de5c82a8023abc19596e71bcae0a3 /archivers/zopfli
parent11e9f9874c71e7836217835f4a338e8de25c39c8 (diff)
downloadfreebsd-ports-gnome-d33434aed896714a429b113dc8d73412ebc272dc.tar.gz
freebsd-ports-gnome-d33434aed896714a429b113dc8d73412ebc272dc.tar.zst
freebsd-ports-gnome-d33434aed896714a429b113dc8d73412ebc272dc.zip
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.
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