From 6ded79e7bc484486d64d7f5b935f02a2953ba40e Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 17 Nov 2020 20:14:34 +0000 Subject: [PATCH] graphics/exifprobe: fix threaded build --- readfile.o --- cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DCOLOR -O -c readfile.c -o readfile.o readfile.c:30:23: error: byteorder.h: No such file or directory *** [readfile.o] Error code 1 make[1]: stopped in /wrkdirs/usr/ports/graphics/exifprobe/work/exifprobe-2.0.1 Creating byteorder.h: #define NATIVE_BYTEORDER_BIGENDIAN --- graphics/exifprobe/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/exifprobe/Makefile b/graphics/exifprobe/Makefile index e1f28e0c60d9..79bff7adf719 100644 --- a/graphics/exifprobe/Makefile +++ b/graphics/exifprobe/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Probes JPEG or TIFF images and reports contents and structure +MAKE_JOBS_UNSAFE= yes + PLIST_FILES= bin/exifgrep \ bin/exifprobe \ man/man1/exifgrep.1.gz \