pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/suse100_slang Compensate for lib vs lib64 on...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f1adbbb2d7b5
branches: trunk
changeset: 567942:f1adbbb2d7b5
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Nov 29 17:48:40 2009 +0000
description:
Compensate for lib vs lib64 on amd64.
diffstat:
emulators/suse100_slang/Makefile | 4 ++--
emulators/suse100_slang/suse.x86_64.mk | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 9f3dde873d92 -r f1adbbb2d7b5 emulators/suse100_slang/Makefile
--- a/emulators/suse100_slang/Makefile Sun Nov 29 14:49:55 2009 +0000
+++ b/emulators/suse100_slang/Makefile Sun Nov 29 17:48:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/06/05 11:20:27 abs Exp $
+# $NetBSD: Makefile,v 1.7 2009/11/29 17:48:40 joerg Exp $
DISTNAME= suse_slang-${SUSE_VERSION}
PKGREVISION= 3
@@ -14,7 +14,7 @@
CHECK_FILES_SKIP+= ${EMULDIR}/usr/${LINUX_LIBSUBDIR}/libslang.so.1
post-install:
- cd ${DESTDIR}${EMULDIR}/usr/lib && \
+ cd ${DESTDIR}${EMULDIR}/usr/${LINUX_LIBSUBDIR} && \
${LN} -fs libslang-utf8.so.1 libslang.so.1
.include "../../emulators/suse100_linux/Makefile.common"
diff -r 9f3dde873d92 -r f1adbbb2d7b5 emulators/suse100_slang/suse.x86_64.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_slang/suse.x86_64.mk Sun Nov 29 17:48:40 2009 +0000
@@ -0,0 +1,3 @@
+# $NetBSD: suse.x86_64.mk,v 1.1 2009/11/29 17:48:40 joerg Exp $
+
+LINUX_LIBSUBDIR= lib64
Home |
Main Index |
Thread Index |
Old Index