pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/qrencode MAKE_JOBS_SAFE=no, per PR 39781.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f50a1c9b05a
branches:  trunk
changeset: 548726:7f50a1c9b05a
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Oct 22 02:35:45 2008 +0000

description:
MAKE_JOBS_SAFE=no, per PR 39781.

diffstat:

 converters/qrencode/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d0de9a7e4cce -r 7f50a1c9b05a converters/qrencode/Makefile
--- a/converters/qrencode/Makefile      Wed Oct 22 01:00:58 2008 +0000
+++ b/converters/qrencode/Makefile      Wed Oct 22 02:35:45 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:10 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/10/22 02:35:45 obache Exp $
 #
 
 DISTNAME=      qrencode-3.0.3
@@ -16,6 +16,8 @@
 USE_LANGUAGES+= c c++
 USE_LIBTOOL=   yes
 
+MAKE_JOBS_SAFE=                no
+
 # The tests are not actually installed anyway, and at least
 # one of these tests requires SDL.
 CONFIGURE_ARGS+= --without-tests



Home | Main Index | Thread Index | Old Index