summaryrefslogtreecommitdiff
path: root/x11/qt
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-02-02 08:58:13 +0000
committerhubertf <hubertf@pkgsrc.org>1998-02-02 08:58:13 +0000
commitf6fc8a8a9e14e367650817be6027f926692af42a (patch)
tree6c793edd466777e3ccc6ce4ab38a352948e15200 /x11/qt
parent403cfa3d46c5e57f70a52b18a921f538acd81dcd (diff)
downloadpkgsrc-f6fc8a8a9e14e367650817be6027f926692af42a.tar.gz
Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
Diffstat (limited to 'x11/qt')
-rw-r--r--x11/qt/Makefile4
-rw-r--r--x11/qt/pkg/PLIST6
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/qt/Makefile b/x11/qt/Makefile
index bc481215e47..ba298612b73 100644
--- a/x11/qt/Makefile
+++ b/x11/qt/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: searle@longacre.demon.co.uk
#
-# $NetBSD: Makefile,v 1.4 1998/02/02 08:11:07 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 1998/02/02 08:59:38 hubertf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/10/30 05:15:19 jkh Exp
#
@@ -102,7 +102,7 @@ post-configure:
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/qt-1.31/bin/moc ${QTDIR}/bin
${INSTALL_DATA} ${WRKDIR}/qt-1.31/lib/libqt.so.1.31 ${QTDIR}/lib
- ${LDCONFIG} -m ${QTDIR}/lib || ${TRUE}
+ ${LDCONFIG} || ${TRUE}
${MKDIR} ${QTDIR}/include/qt
${INSTALL_DATA} ${WRKDIR}/qt-1.31/include/* ${QTDIR}/include/qt
${INSTALL_MAN} ${WRKDIR}/qt-1.31/man/man1/* ${QTDIR}/man/man1
diff --git a/x11/qt/pkg/PLIST b/x11/qt/pkg/PLIST
index 50ef1c0ea95..f4cc53d1479 100644
--- a/x11/qt/pkg/PLIST
+++ b/x11/qt/pkg/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 1998/01/25 00:10:12 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.4 1998/02/02 09:00:29 hubertf Exp $
lib/libqt.so.1.31
-@exec /sbin/ldconfig -m %B || /usr/bin/true
-@unexec /sbin/ldconfig -m %B || /usr/bin/true
+@exec /sbin/ldconfig || /usr/bin/true
+@unexec /sbin/ldconfig || /usr/bin/true
man/man1/moc.1.gz
man/man3/QApplication.3qt.gz
man/man3/QArray.3qt.gz