pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gd Added PTHREAD_AUTO_VARS=yes so this builds...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e969a5bd6f1f
branches:  trunk
changeset: 484762:e969a5bd6f1f
user:      jklos <jklos%pkgsrc.org@localhost>
date:      Mon Nov 29 17:00:01 2004 +0000

description:
Added PTHREAD_AUTO_VARS=yes so this builds properly on 2.0. (thanks,
Juan RP)

diffstat:

 graphics/gd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0d619ddf694b -r e969a5bd6f1f graphics/gd/Makefile
--- a/graphics/gd/Makefile      Mon Nov 29 16:56:39 2004 +0000
+++ b/graphics/gd/Makefile      Mon Nov 29 17:00:01 2004 +0000
@@ -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_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
 REPLACE_PERL=          bdftogd
+PTHREAD_AUTO_VARS=     yes
 
 BUILDLINK_DEPENDS.freetype2=   freetype2>=2.1.4
 



Home | Main Index | Thread Index | Old Index