diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-20 12:46:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-20 12:46:07 +0000 |
commit | 56ee554b2b16408c32d26c450574ed62eced71ed (patch) | |
tree | 797342cb87fecdc3c58c337765f621c75dfed831 /graphics/agg | |
parent | 4dddc992aa4aea02faa0682784bd4c2600084de9 (diff) | |
download | pkgsrc-56ee554b2b16408c32d26c450574ed62eced71ed.tar.gz |
Not make-jobs safe (fails when linking examples with -j16).
Diffstat (limited to 'graphics/agg')
-rw-r--r-- | graphics/agg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index d93eb12bfc6..73eb5c7ae30 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/10/28 01:02:03 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2010/01/20 12:46:07 wiz Exp $ # DISTNAME= agg-2.5 @@ -11,6 +11,7 @@ COMMENT= High Quality Rendering Engine for C++ PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no USE_TOOLS+= gmake msgfmt pkg-config aclocal autoheader \ automake autoconf USE_LANGUAGES= c c++ |