Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2020 20:14:34 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555582 - head/graphics/exifprobe
Message-ID:  <202011172014.0AHKEYrc029956@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011172014.0AHKEYrc029956>