diff options
author | minskim <minskim> | 2005-06-06 18:38:08 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-06-06 18:38:08 +0000 |
commit | eb3d8878b860e4ffbd3a4f15fbea764ff2ef178e (patch) | |
tree | 49d293f60012def15e546d724c4a02503b861982 /graphics/gd/Makefile | |
parent | d9d712a55c87ffe84e7e648ea5ce85001ec24ec3 (diff) | |
download | pkgsrc-eb3d8878b860e4ffbd3a4f15fbea764ff2ef178e.tar.gz |
Do not define a variable in a header file; move the definition into .c
and leave the declraration only. This fixes the graphviz build
problem reported by Adrian Portelli in PR pkg/28596.
Bump PKGREVISION.
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 36be106ba95..4cbafd964da 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2005/04/11 21:46:02 tv Exp $ +# $NetBSD: Makefile,v 1.65 2005/06/06 18:38:08 minskim Exp $ DISTNAME= gd-2.0.33 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ |