pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/check Enable USE_CHECK_SHLIBS_ELF by default on Dra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b041dca457ba
branches:  trunk
changeset: 539605:b041dca457ba
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Mar 09 13:47:08 2008 +0000

description:
Enable USE_CHECK_SHLIBS_ELF by default on DragonFly and NetBSD.

diffstat:

 mk/check/bsd.check-vars.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 664e58152ed6 -r b041dca457ba mk/check/bsd.check-vars.mk
--- a/mk/check/bsd.check-vars.mk        Sun Mar 09 13:35:10 2008 +0000
+++ b/mk/check/bsd.check-vars.mk        Sun Mar 09 13:47:08 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.check-vars.mk,v 1.4 2007/08/20 11:04:02 joerg Exp $
+# $NetBSD: bsd.check-vars.mk,v 1.5 2008/03/09 13:47:08 joerg Exp $
 #
 # This Makefile fragment is included separately by bsd.pkg.mk and
 # defines some variables which must be defined earlier than where
@@ -7,7 +7,12 @@
 
 CHECK_FILES_SUPPORTED?=                yes
 CHECK_SHLIBS_SUPPORTED?=       yes
+
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly"
+USE_CHECK_SHLIBS_ELF?=         yes
+.else
 USE_CHECK_SHLIBS_ELF?=         no
+.endif
 
 USE_TOOLS+=    awk cat cmp diff echo find grep rm sed test touch true
 



Home | Main Index | Thread Index | Old Index