summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authormycroft <mycroft>1998-04-23 09:36:41 +0000
committermycroft <mycroft>1998-04-23 09:36:41 +0000
commit8928096e2277d355ec852fe5cc55d3a95b8afe8d (patch)
treeb59f436b8cc3bf6e82d5371a012319521a550633 /emulators
parent6af08af4a63125c46594023be3db85f7ee97cbf1 (diff)
downloadpkgsrc-8928096e2277d355ec852fe5cc55d3a95b8afe8d.tar.gz
Remove libc.so.5.4.23, as it is widely recognized as broken, and causes MatLab
to fail. Also, use -f when making the /dev/dsp symlink.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_lib/Makefile7
-rw-r--r--emulators/linux_lib/pkg/PLIST3
2 files changed, 6 insertions, 4 deletions
diff --git a/emulators/linux_lib/Makefile b/emulators/linux_lib/Makefile
index a02a72f05c5..0da749167a4 100644
--- a/emulators/linux_lib/Makefile
+++ b/emulators/linux_lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/04/20 11:56:23 frueauf Exp $
+# $NetBSD: Makefile,v 1.9 1998/04/23 09:36:41 mycroft Exp $
# FreeBSD Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp
#
@@ -27,10 +27,13 @@ do-install:
@zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
post-install:
+ ${RM} ${PREFIX}/lib/libc.so.5.4.23
+ ln -sf libc.so.5.3.12 ${PREFIX}/lib/libc.so.5
+ ln -sf ../../lib/libc.so.5.3.12 ${PREFIX}/usr/lib/libc.so
-${PREFIX}/sbin/ldconfig || ${TRUE}
${MKDIR} ${PREFIX}/usr/lib/zoneinfo
ln -sf /etc/localtime ${PREFIX}/usr/lib/zoneinfo/localtime
${MKDIR} ${PREFIX}/dev
- ln -s /dev/sound ${PREFIX}/dev/dsp
+ ln -sf /dev/sound ${PREFIX}/dev/dsp
.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/linux_lib/pkg/PLIST b/emulators/linux_lib/pkg/PLIST
index b08587f6272..ff9c901f142 100644
--- a/emulators/linux_lib/pkg/PLIST
+++ b/emulators/linux_lib/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1998/01/24 05:08:39 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.3 1998/04/23 09:36:41 mycroft Exp $
bin/bash
etc/host.conf
etc/ld.so.conf
@@ -15,7 +15,6 @@ lib/libm.so.5.0.6
lib/libfbm.so.1.0.0
lib/libtermcap.so.2.0.8
lib/libm.so.5.0.8
-lib/libc.so.5.4.23
sbin/ldconfig
usr/X11R6/lib/libICE.so.6.0
usr/X11R6/lib/libPEX5.so.6.0