diff options
author | jklos <jklos@pkgsrc.org> | 2004-11-29 17:00:01 +0000 |
---|---|---|
committer | jklos <jklos@pkgsrc.org> | 2004-11-29 17:00:01 +0000 |
commit | f7d1554dd445057dc819189ba3865dce3197b94b (patch) | |
tree | 43fe96db96f04b191a0b7016239fea7a47cf70a0 /graphics/gd | |
parent | dbef623d341753c9fc10f599cdb843794063eb60 (diff) | |
download | pkgsrc-f7d1554dd445057dc819189ba3865dce3197b94b.tar.gz |
Added PTHREAD_AUTO_VARS=yes so this builds properly on 2.0. (thanks,
Juan RP)
Diffstat (limited to 'graphics/gd')
-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 de43e9bdea9..9145b7a96cc 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2004/11/12 06:39:20 jlam Exp $ +# $NetBSD: Makefile,v 1.62 2004/11/29 17:00:01 jklos Exp $ DISTNAME= gd-2.0.33 CATEGORIES= graphics @@ -14,6 +14,7 @@ USE_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES REPLACE_PERL= bdftogd +PTHREAD_AUTO_VARS= yes BUILDLINK_DEPENDS.freetype2= freetype2>=2.1.4 |