pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib Don't pull in pthread.buildlink3.mk o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3c5dd630e2e
branches:  trunk
changeset: 545507:f3c5dd630e2e
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Wed Aug 06 02:33:22 2008 +0000

description:
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:

 graphics/MesaLib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 3471f7e2ef97 -r f3c5dd630e2e graphics/MesaLib/Makefile
--- a/graphics/MesaLib/Makefile Wed Aug 06 00:07:03 2008 +0000
+++ b/graphics/MesaLib/Makefile Wed Aug 06 02:33:22 2008 +0000
@@ -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 @@
 
 .include "../../graphics/Mesa/Makefile.lib"
 .include "options.mk"
-.include "../../mk/pthread.buildlink3.mk"
 
 .if !empty(MACHINE_PLATFORM:MNetBSD-[12].*)
 ##
@@ -79,6 +78,7 @@
 ## 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}



Home | Main Index | Thread Index | Old Index