pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Added NetBSD>=4 to the list of platforms which need...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe6d8ded71f1
branches:  trunk
changeset: 553502:fe6d8ded71f1
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Jan 23 11:23:28 2009 +0000

description:
Added NetBSD>=4 to the list of platforms which need pthreads linked into
the application if it uses dlopen().

This pattern should be changed if confirmed fixed in NetBSD-current.

diffstat:

 mk/dlopen.builtin.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r b62d2c95391e -r fe6d8ded71f1 mk/dlopen.builtin.mk
--- a/mk/dlopen.builtin.mk      Fri Jan 23 11:21:09 2009 +0000
+++ b/mk/dlopen.builtin.mk      Fri Jan 23 11:23:28 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dlopen.builtin.mk,v 1.16 2007/10/03 08:56:07 heinz Exp $
+# $NetBSD: dlopen.builtin.mk,v 1.17 2009/01/23 11:23:28 obache Exp $
 
 BUILTIN_PKG:=  dl
 
@@ -48,8 +48,7 @@
        NetBSD-2.[0-9]-* NetBSD-2.[0-9].[0-9]*-*                        \
        NetBSD-2.[0-8][0-9]*-* NetBSD-2.9[0-8]*-*                       \
        NetBSD-2.99.[0-9]-* NetBSD-2.99.10-*                            \
-       NetBSD-3.[0-9]_*-*                                              \
-       NetBSD-3.[0-9]-* NetBSD-3.[0-9].[0-9]*-*
+       NetBSD-[4-9]*-*
 
 .if !defined(_BLNK_DLOPEN_REQUIRE_PTHREADS)
 _BLNK_DLOPEN_REQUIRE_PTHREADS?=        no



Home | Main Index | Thread Index | Old Index