summaryrefslogtreecommitdiff
path: root/graphics/gd
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-12 06:39:19 +0000
committerjlam <jlam>2004-11-12 06:39:19 +0000
commitbe3ea8c3d40a099627e8a8fae5f4f734141bdf86 (patch)
treeddbacf3026d39d6b23e622ac51745a4f7db32d44 /graphics/gd
parentadb5044aacd166f8bf54dbeeddc97a7f1837123d (diff)
downloadpkgsrc-be3ea8c3d40a099627e8a8fae5f4f734141bdf86.tar.gz
Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
Diffstat (limited to 'graphics/gd')
-rw-r--r--graphics/gd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 7d88aa88493..de43e9bdea9 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2004/11/10 12:58:48 adam Exp $
+# $NetBSD: Makefile,v 1.61 2004/11/12 06:39:20 jlam Exp $
DISTNAME= gd-2.0.33
CATEGORIES= graphics
@@ -14,7 +14,6 @@ USE_BUILDLINK3= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
REPLACE_PERL= bdftogd
-LIBS+= ${PTHREAD_LDFLAGS}
BUILDLINK_DEPENDS.freetype2= freetype2>=2.1.4