From 979a72d838b0f3f1ef5933768ec79206d170ebb7 Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 10 May 2021 14:24:47 +0000 Subject: emulators/compat15-extras: fix symbolic link Fix symbolic link for libtermlib. Bump PKGREVISION. --- emulators/compat15-extras/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'emulators') diff --git a/emulators/compat15-extras/Makefile b/emulators/compat15-extras/Makefile index 55d66a170da..3f4793c96ec 100644 --- a/emulators/compat15-extras/Makefile +++ b/emulators/compat15-extras/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:48 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2021/05/10 14:24:47 taca Exp $ COMPAT_PKG= compat15 # for compat_netbsd/Makefile.common NETBSD_VERSION= 1.5 -PKGREVISION= 1 +PKGREVISION= 2 HOMEPAGE= https://www.NetBSD.org/releases/formal-1.5/index.html COMMENT= Additional shared libraries for NetBSD 1.5 compatibility @@ -24,7 +24,8 @@ NOT_FOR_PLATFORM= NetBSD-*-${MACHINE_ARCH} .if ${EMUL_ARCH} == "i386" post-extract: - cd ${WRKSRC}/usr/lib && mv libtermlib.so.0.0 libtermlib.so.0.4 + cd ${WRKSRC}/usr/lib && rm -f libtermlib.so.0.0 && \ + ln -fs libtermcap.so.0.4 libtermlib.so.0.4 .endif CHECK_RELRO_SKIP+= * -- cgit v1.2.3