summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorobache <obache>2008-10-22 02:35:45 +0000
committerobache <obache>2008-10-22 02:35:45 +0000
commit4c5a99bf16e416c605d25199c622095fc5b79fdf (patch)
tree1c94f04308c62b6a44341b44ca7fdf000b5bc1a5 /converters
parent35349c3fc4fb13bd28a245759ff2d58d4f269fef (diff)
downloadpkgsrc-4c5a99bf16e416c605d25199c622095fc5b79fdf.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