summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-07 21:20:46 +0000
committerjoerg <joerg>2008-06-07 21:20:46 +0000
commit6eb00c368e5e3565f8f2c3d05ff69aa8d732a4b8 (patch)
treedb9606c2b0c55d99b6560b54773c9a7631855e9e /emulators
parente651065e3d356f4fccfffb6f8e90e511393b0543 (diff)
downloadpkgsrc-6eb00c368e5e3565f8f2c3d05ff69aa8d732a4b8.tar.gz
Make this package buildable on amd64. Bump revision.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/compat15-extras/Makefile8
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"