summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordsainty <dsainty>2008-08-06 02:33:22 +0000
committerdsainty <dsainty>2008-08-06 02:33:22 +0000
commite11508caed8ce118bb98b8ea91e4b8a27bc10c65 (patch)
treef6443a38f15bd0c0997873c86398083aba28459f /graphics
parent663f897dc12d51589b45eb1309dbce313ac77f6e (diff)
downloadpkgsrc-e11508caed8ce118bb98b8ea91e4b8a27bc10c65.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')
-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}