From 6eb00c368e5e3565f8f2c3d05ff69aa8d732a4b8 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 7 Jun 2008 21:20:46 +0000 Subject: Make this package buildable on amd64. Bump revision. --- emulators/compat15-extras/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/compat15-extras/Makefile b/emulators/compat15-extras/Makefile index 8e49a1a6246..34bae90fe07 100644 --- a/emulators/compat15-extras/Makefile +++ b/emulators/compat15-extras/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2007/10/07 12:59:12 kano Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/07 21:20:46 joerg Exp $ COMPAT_PKG= compat15 # for compat_netbsd/Makefile.common NETBSD_VERSION= 1.5 +PKGREVISION= 1 HOMEPAGE= http://www.NetBSD.org/releases/formal-1.5/index.html COMMENT= Additional shared libraries for NetBSD 1.5 compatibility @@ -21,4 +22,9 @@ ACCEPTABLE_NETBSD= NetBSD-1.4[A-Z]* NetBSD-1.5 NetBSD-1.5.* NOT_FOR_PLATFORM= NetBSD-*-${MACHINE_ARCH} .endif +.if ${EMUL_ARCH} == "i386" +post-extract: + cd ${WRKSRC}/usr/lib && mv libtermlib.so.0.0 libtermlib.so.0.4 +.endif + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3