diff options
author | hubertf <hubertf> | 1998-02-02 08:58:13 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-02 08:58:13 +0000 |
commit | ee5ce3a1455724592e6e44eebe28d3a835c6a2bc (patch) | |
tree | 6c793edd466777e3ccc6ce4ab38a352948e15200 /graphics/mpeg-lib | |
parent | af74124703ca24bc70d8c6eb5bd0e2c9a7e2f710 (diff) | |
download | pkgsrc-ee5ce3a1455724592e6e44eebe28d3a835c6a2bc.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 'graphics/mpeg-lib')
-rw-r--r-- | graphics/mpeg-lib/Makefile | 4 | ||||
-rw-r--r-- | graphics/mpeg-lib/pkg/PLIST | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/mpeg-lib/Makefile b/graphics/mpeg-lib/Makefile index 299f4ac05b1..8bf01219aae 100644 --- a/graphics/mpeg-lib/Makefile +++ b/graphics/mpeg-lib/Makefile @@ -3,7 +3,7 @@ # Date created: 07 December 1997 # Whom: tron@lyssa.owl.de # -# $NetBSD: Makefile,v 1.4 1998/02/02 08:10:55 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/02/02 08:59:19 hubertf Exp $ DISTNAME= mpeg_lib-1.2.1 PKGNAME= mpeg-1.2.1 @@ -24,6 +24,6 @@ post-configure: post-install: (cd ${WRKSRC};make PREFIX=${PREFIX} includes) - ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} + ${LDCONFIG} || ${TRUE} .include <bsd.port.mk> diff --git a/graphics/mpeg-lib/pkg/PLIST b/graphics/mpeg-lib/pkg/PLIST index d71e7da1378..0893880abcd 100644 --- a/graphics/mpeg-lib/pkg/PLIST +++ b/graphics/mpeg-lib/pkg/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 1998/01/24 05:23:49 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/02/02 09:00:01 hubertf Exp $ lib/libmpeg.a lib/libmpeg_p.a lib/libmpeg_pic.a lib/libmpeg.so.1.2 -@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 include/mpeg.h |