pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/exifprobe byteorder.h has race conditions.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f8af67ffd10
branches: trunk
changeset: 646142:0f8af67ffd10
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Feb 04 20:49:06 2015 +0000
description:
byteorder.h has race conditions.
diffstat:
graphics/exifprobe/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 663b7a224eb7 -r 0f8af67ffd10 graphics/exifprobe/Makefile
--- a/graphics/exifprobe/Makefile Wed Feb 04 20:48:22 2015 +0000
+++ b/graphics/exifprobe/Makefile Wed Feb 04 20:49:06 2015 +0000
@@ -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 @@
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 \
Home |
Main Index |
Thread Index |
Old Index