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
This commit is contained in:
Piotr Kubaj
2020-11-17 20:14:34 +00:00
parent e9e80cf5d1
commit 6ded79e7bc
+2
View File
@@ -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 \