pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Additional pattern matching NetBSD-3.1_STABLE-i386,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f0adf12bbf4
branches:  trunk
changeset: 533844:9f0adf12bbf4
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Oct 03 08:56:07 2007 +0000

description:
Additional pattern matching NetBSD-3.1_STABLE-i386, forgotten in the
last commit (Thanks to Jukka Salmi for noting this).

diffstat:

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

diffs (17 lines):

diff -r 9ffa872669dc -r 9f0adf12bbf4 mk/dlopen.builtin.mk
--- a/mk/dlopen.builtin.mk      Wed Oct 03 07:55:24 2007 +0000
+++ b/mk/dlopen.builtin.mk      Wed Oct 03 08:56:07 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dlopen.builtin.mk,v 1.15 2007/10/02 16:20:05 heinz Exp $
+# $NetBSD: dlopen.builtin.mk,v 1.16 2007/10/03 08:56:07 heinz Exp $
 
 BUILTIN_PKG:=  dl
 
@@ -48,6 +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]*-*
 
 .if !defined(_BLNK_DLOPEN_REQUIRE_PTHREADS)



Home | Main Index | Thread Index | Old Index