summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-10-22 02:35:45 +0000
committerobache <obache@pkgsrc.org>2008-10-22 02:35:45 +0000
commit16eec45bc2ae83f35d9560d259f1692d30d86855 (patch)
tree1c94f04308c62b6a44341b44ca7fdf000b5bc1a5 /converters
parent77421602cfe5d84b309d89333b286aded5a93466 (diff)
downloadpkgsrc-16eec45bc2ae83f35d9560d259f1692d30d86855.tar.gz
MAKE_JOBS_SAFE=no, per PR 39781.
Diffstat (limited to 'converters')
-rw-r--r--converters/qrencode/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/qrencode/Makefile b/converters/qrencode/Makefile
index 07a3c7a6474..8adf123484a 100644
--- a/converters/qrencode/Makefile
+++ b/converters/qrencode/Makefile
@@ -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_TOOLS+= pkg-config
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