summaryrefslogtreecommitdiff
path: root/devel/glib
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-11-12 06:39:19 +0000
committerjlam <jlam@pkgsrc.org>2004-11-12 06:39:19 +0000
commitaf591191d2b91375c67ab57df64d383e66055294 (patch)
treeddbacf3026d39d6b23e622ac51745a4f7db32d44 /devel/glib
parent675d464c92282081571087f8ad824d1cae9d8414 (diff)
downloadpkgsrc-af591191d2b91375c67ab57df64d383e66055294.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 'devel/glib')
-rw-r--r--devel/glib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/glib/Makefile b/devel/glib/Makefile
index 18881f92a62..7a5840da3f0 100644
--- a/devel/glib/Makefile
+++ b/devel/glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2004/10/05 12:12:57 minskim Exp $
+# $NetBSD: Makefile,v 1.75 2004/11/12 06:39:20 jlam Exp $
# FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp
#
@@ -31,7 +31,6 @@ INFO_FILES= glib.info
TEST_TARGET= check
PTHREAD_OPTS+= require
-CFLAGS.FreeBSD+= ${PTHREAD_CFLAGS}
.include "../../mk/bsd.prefs.mk"