pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/compat15-extras Make this package buildable ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a4057ef524b
branches:  trunk
changeset: 543171:9a4057ef524b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 07 21:20:46 2008 +0000

description:
Make this package buildable on amd64. Bump revision.

diffstat:

 emulators/compat15-extras/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r d817941e6056 -r 9a4057ef524b emulators/compat15-extras/Makefile
--- a/emulators/compat15-extras/Makefile        Sat Jun 07 20:22:18 2008 +0000
+++ b/emulators/compat15-extras/Makefile        Sat Jun 07 21:20:46 2008 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index