svn commit: r555582 - head/graphics/exifprobe
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Nov 17 20:14:34 UTC 2020
Author: pkubaj
Date: Tue Nov 17 20:14:34 2020
New Revision: 555582
URL: https://svnweb.freebsd.org/changeset/ports/555582
Log:
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
Modified:
head/graphics/exifprobe/Makefile
Modified: head/graphics/exifprobe/Makefile
==============================================================================
--- head/graphics/exifprobe/Makefile Tue Nov 17 20:07:37 2020 (r555581)
+++ head/graphics/exifprobe/Makefile Tue Nov 17 20:14:34 2020 (r555582)
@@ -9,6 +9,8 @@ MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
MAINTAINER= amdmi3 at 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 \
More information about the svn-ports-head
mailing list