pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/jpeginfo



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jan 12 13:29:48 UTC 2023

Modified Files:
        pkgsrc/graphics/jpeginfo: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/jpeginfo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/jpeginfo/Makefile
diff -u pkgsrc/graphics/jpeginfo/Makefile:1.12 pkgsrc/graphics/jpeginfo/Makefile:1.13
--- pkgsrc/graphics/jpeginfo/Makefile:1.12      Mon Jan  9 20:08:28 2023
+++ pkgsrc/graphics/jpeginfo/Makefile   Thu Jan 12 13:29:47 2023
@@ -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 @@ LICENSE=      gnu-gpl-v2
 
 USE_TOOLS+=            autoconf
 GNU_CONFIGURE=         yes
+# experimental change
+MAKE_JOBS_SAFE=                no
 
 pre-configure:
        cd ${WRKSRC} && autoconf



Home | Main Index | Thread Index | Old Index