diff options
author | gdt <gdt@pkgsrc.org> | 2007-05-16 13:12:39 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-05-16 13:12:39 +0000 |
commit | 1dd9bc2a3671dab4a5dea5102f4753e84199ccad (patch) | |
tree | c546a99de5c96fbd56f6e4c0ef839c66e2997d0d /graphics/gd | |
parent | 157d6f53b15b069fa4bd5c344828176268d3ea1a (diff) | |
download | pkgsrc-1dd9bc2a3671dab4a5dea5102f4753e84199ccad.tar.gz |
# fails in test not finding libgd.a
MAKE_JOBS_SAFE= no
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 33b721f4631..41ee7947c19 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2007/02/16 20:37:52 adam Exp $ +# $NetBSD: Makefile,v 1.73 2007/05/16 13:12:39 gdt Exp $ DISTNAME= gd-2.0.34 CATEGORIES= graphics @@ -9,6 +9,9 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.libgd.org/ COMMENT= Graphics library for the dynamic creation of images +# fails in test not finding libgd.a +MAKE_JOBS_SAFE= no + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes |