summaryrefslogtreecommitdiff
path: root/graphics/MesaLib
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2008-08-06 02:33:22 +0000
committerdsainty <dsainty@pkgsrc.org>2008-08-06 02:33:22 +0000
commit530d49cf8f97f46a6772b186245e4f8f0191d8e8 (patch)
treef6443a38f15bd0c0997873c86398083aba28459f /graphics/MesaLib
parent61095db9a0667b130b2de2ce2fb73092b31b6fff (diff)
downloadpkgsrc-530d49cf8f97f46a6772b186245e4f8f0191d8e8.tar.gz
Don't pull in pthread.buildlink3.mk on NetBSD, since we have determined that
we'll be using either libc stubs or devel/pthread-stublib, depending on age. Tested on NetBSD 4.99. No PKGREVISION bump, there should be no functional change. Suggested by bjs@
Diffstat (limited to 'graphics/MesaLib')
-rw-r--r--graphics/MesaLib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile
index 325f8c83203..f2a3f721b5b 100644
--- a/graphics/MesaLib/Makefile
+++ b/graphics/MesaLib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2008/07/30 00:27:55 dsainty Exp $
+# $NetBSD: Makefile,v 1.68 2008/08/06 02:33:22 dsainty Exp $
PKGNAME= MesaLib-${MESA_PKGVERSION}
COMMENT= Graphics library similar to SGI's OpenGL
@@ -58,7 +58,6 @@ PLIST_VARS= dri nodri
.include "../../graphics/Mesa/Makefile.lib"
.include "options.mk"
-.include "../../mk/pthread.buildlink3.mk"
.if !empty(MACHINE_PLATFORM:MNetBSD-[12].*)
##
@@ -79,6 +78,7 @@ PTHREAD_STUBLIB=
## most platforms as they appear in "${WRKSRC}/configs", and is necessary
## for successful linking with libGL under many platforms.
##
+.include "../../mk/pthread.buildlink3.mk"
PTHREAD_STUBLIB= ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
.endif
PKGSRC_MAKE_ENV+= PTHREAD_STUBLIB=${PTHREAD_STUBLIB:Q}