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 | 6d495748dde9663bee0c378fdc2b7e018ba51b49 (patch) | |
tree | c546a99de5c96fbd56f6e4c0ef839c66e2997d0d /graphics/gd | |
parent | 9831f63aee3fd5f8b89451db8bec1240345fd765 (diff) | |
download | pkgsrc-6d495748dde9663bee0c378fdc2b7e018ba51b49.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 |