summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/exifprobe/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/exifprobe/Makefile b/graphics/exifprobe/Makefile
index 8e2995b7333..b7efbd08b39 100644
--- a/graphics/exifprobe/Makefile
+++ b/graphics/exifprobe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2013/12/10 11:41:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2015/02/04 20:49:06 joerg Exp $
#
DISTNAME= exifprobe-2.0.1
@@ -9,6 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.virtual-cafe.com/~dhh/tools.d/exifprobe.d/exifprobe.html
COMMENT= EXIF data extractor
+# byteorder.h problems
+MAKE_JOBS_SAFE= no
+
CFLAGS.SunOS+= -Du_int32_t=uint32_t
INSTALL_MAKE_FLAGS+= BINDIR=${DESTDIR}${PREFIX}/bin \