pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/jpeginfo (graphics/jpeginfo) experimental fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29be59784ae3
branches:  trunk
changeset: 391705:29be59784ae3
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Jan 12 13:29:47 2023 +0000

description:
(graphics/jpeginfo) experimental fix with MAKE_JOBS_SAFE=  no

diffstat:

 graphics/jpeginfo/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 20bd03fc3bd9 -r 29be59784ae3 graphics/jpeginfo/Makefile
--- a/graphics/jpeginfo/Makefile        Thu Jan 12 12:57:10 2023 +0000
+++ b/graphics/jpeginfo/Makefile        Thu Jan 12 13:29:47 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/01/09 20:08:28 fcambus Exp $
+# $NetBSD: Makefile,v 1.13 2023/01/12 13:29:47 mef Exp $
 
 DISTNAME=      jpeginfo-1.6.2
 CATEGORIES=    graphics
@@ -11,6 +11,8 @@
 
 USE_TOOLS+=            autoconf
 GNU_CONFIGURE=         yes
+# experimental change
+MAKE_JOBS_SAFE=                no
 
 pre-configure:
        cd ${WRKSRC} && autoconf



Home | Main Index | Thread Index | Old Index