aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-08-11 23:24:21 +0800
committermat <mat@FreeBSD.org>2017-08-11 23:24:21 +0800
commit813b81d59ddaa7fd9501de8aed8e1db7dec31378 (patch)
treeb01da934ac9d52f12a83657c1b79eb9d32d02d0a /graphics
parent7ee552aebde2c1619ac3df041897b26cc5262d12 (diff)
downloadfreebsd-ports-gnome-813b81d59ddaa7fd9501de8aed8e1db7dec31378.tar.gz
freebsd-ports-gnome-813b81d59ddaa7fd9501de8aed8e1db7dec31378.tar.zst
freebsd-ports-gnome-813b81d59ddaa7fd9501de8aed8e1db7dec31378.zip
Mark as MAKE_JOBS_UNSAFE.
It tries to use bits before generating them. --- lib/Gimp/Lib.c --- cannot open Lib.xs: No such file or directory *** [lib/Gimp/Lib.c] Error code 2 make[1]: stopped in /wrkdirs/usr/ports/graphics/p5-Gimp/work/Gimp-2.32 --- lib/Gimp/UI.c --- cannot open UI.xs: No such file or directory --- lib/Gimp/Net.c --- cannot open Net.xs: No such file or directory *** [lib/Gimp/Net.c] Error code 2 Sponsored by: Absolight
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-Gimp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/p5-Gimp/Makefile b/graphics/p5-Gimp/Makefile
index 05701c1382c3..5136ea06b128 100644
--- a/graphics/p5-Gimp/Makefile
+++ b/graphics/p5-Gimp/Makefile
@@ -28,4 +28,6 @@ BUILD_DEPENDS+= p5-Alien-Gimp>=0.01:graphics/p5-Alien-Gimp
USES= perl5
USE_PERL5= configure
+MAKE_JOBS_UNSAFE= yes
+
.include <bsd.port.mk>