diff options
author | obache <obache> | 2008-10-22 02:35:45 +0000 |
---|---|---|
committer | obache <obache> | 2008-10-22 02:35:45 +0000 |
commit | 4c5a99bf16e416c605d25199c622095fc5b79fdf (patch) | |
tree | 1c94f04308c62b6a44341b44ca7fdf000b5bc1a5 | |
parent | 35349c3fc4fb13bd28a245759ff2d58d4f269fef (diff) | |
download | pkgsrc-4c5a99bf16e416c605d25199c622095fc5b79fdf.tar.gz |
MAKE_JOBS_SAFE=no, per PR 39781.
-rw-r--r-- | converters/qrencode/Makefile | 4 |
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 |