diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-07 21:20:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-07 21:20:46 +0000 |
commit | f000a7a8db34f88e9d1280176f18066313246bc6 (patch) | |
tree | db9606c2b0c55d99b6560b54773c9a7631855e9e /emulators | |
parent | ee2541c198265487f076aa13312382cf7bdf86ec (diff) | |
download | pkgsrc-f000a7a8db34f88e9d1280176f18066313246bc6.tar.gz |
Make this package buildable on amd64. Bump revision.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/compat15-extras/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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" |