diff options
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 |