pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/x11-links turn off shlib dependency checking ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0334fe78e30
branches:  trunk
changeset: 489369:e0334fe78e30
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Feb 20 07:48:48 2005 +0000

description:
turn off shlib dependency checking for openwin, which can have X shared
libraries dependencies missing from a "normal" installation.

diffstat:

 pkgtools/x11-links/openwin.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c75a59af586b -r e0334fe78e30 pkgtools/x11-links/openwin.mk
--- a/pkgtools/x11-links/openwin.mk     Sun Feb 20 06:46:07 2005 +0000
+++ b/pkgtools/x11-links/openwin.mk     Sun Feb 20 07:48:48 2005 +0000
@@ -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 @@
                *)                                                      \
                        ${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



Home | Main Index | Thread Index | Old Index