diff options
author | grant <grant@pkgsrc.org> | 2005-02-20 07:48:48 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-02-20 07:48:48 +0000 |
commit | e52a4d26ee3865d329f00f7c51a05cbb920e628b (patch) | |
tree | f880dc170f36d9b435c93ff4e68d786d37f61c64 /pkgtools | |
parent | 59f7988c657def36940dd7e5f041072fc61386b2 (diff) | |
download | pkgsrc-e52a4d26ee3865d329f00f7c51a05cbb920e628b.tar.gz |
turn off shlib dependency checking for openwin, which can have X shared
libraries dependencies missing from a "normal" installation.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/x11-links/openwin.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgtools/x11-links/openwin.mk b/pkgtools/x11-links/openwin.mk index d34c8e87046..88b1f3943cc 100644 --- a/pkgtools/x11-links/openwin.mk +++ b/pkgtools/x11-links/openwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: openwin.mk,v 1.2 2004/11/11 17:44:39 sketch Exp $ +# $NetBSD: openwin.mk,v 1.3 2005/02/20 07:48:48 grant Exp $ FILES_LIST= ${FILESDIR}/openwin @@ -19,3 +19,8 @@ CREATE_X11LINK= case $$file in \ *) \ ${LN} -s $$src $$dest; \ esac + +# disable checking of shared library dependencies, as openwin/dt can +# have some libraries missing in a "normal" installation and this +# shouldn't break the package. +CHECK_SHLIBS= no |