pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/icon Not MAKE_JOBS safe, reports Aleksej Saushev ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16e2602996f2
branches:  trunk
changeset: 536265:16e2602996f2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 09 19:09:48 2007 +0000

description:
Not MAKE_JOBS safe, reports Aleksej Saushev in PR 37491. Mark it as such.

diffstat:

 lang/icon/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e426b3505101 -r 16e2602996f2 lang/icon/Makefile
--- a/lang/icon/Makefile        Sun Dec 09 19:08:15 2007 +0000
+++ b/lang/icon/Makefile        Sun Dec 09 19:09:48 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2007/02/19 11:45:30 joerg Exp $
+# $NetBSD: Makefile,v 1.42 2007/12/09 19:09:48 wiz Exp $
 
 DISTNAME=              icon.v942src
 PKGNAME=               icon-9.4.2
@@ -14,6 +14,7 @@
 CONFIGURE_TARGET=      X-Configure
 BUILD_TARGET=          All
 TEST_TARGET=           Test
+MAKE_JOBS_SAFE=                no
 
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/compiler.mk"



Home | Main Index | Thread Index | Old Index