pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/oss Fix build on machines using libkver (probably).
details: https://anonhg.NetBSD.org/pkgsrc/rev/f64f33c67109
branches: trunk
changeset: 463507:f64f33c67109
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Nov 14 10:09:06 2003 +0000
description:
Fix build on machines using libkver (probably).
diffstat:
audio/oss/Makefile | 4 ++--
audio/oss/files/chroot | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 769c7455e7a9 -r f64f33c67109 audio/oss/Makefile
--- a/audio/oss/Makefile Fri Nov 14 10:03:05 2003 +0000
+++ b/audio/oss/Makefile Fri Nov 14 10:09:06 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/11/08 14:50:14 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2003/11/14 10:09:06 wiz Exp $
DISTNAME= oss-${OSS_VERSION} # Overridden below
PKGNAME= oss-${OSS_VERSION}
@@ -70,7 +70,7 @@
# and then copy the "installed" files to where to really want them.
#
chroot:
- ${PAX} -rw `${CAT} ${FILESDIR}/chroot` ${WRKSRC}
+ -${PAX} -rw `${CAT} ${FILESDIR}/chroot` ${WRKSRC}
${CHROOT} -u ${ROOT_USER} -g ${ROOT_GROUP} ${WRKSRC} ./install.sh
${ECHO} "OSSLIBDIR=${OSSLIBDIR}" > ${WRKSRC}/usr/lib/oss/oss.conf
${MV} ${WRKSRC}/usr/lib/oss/license.asc \
diff -r 769c7455e7a9 -r f64f33c67109 audio/oss/files/chroot
--- a/audio/oss/files/chroot Fri Nov 14 10:03:05 2003 +0000
+++ b/audio/oss/files/chroot Fri Nov 14 10:09:06 2003 +0000
@@ -13,4 +13,5 @@
/usr/bin/touch
/usr/lib/libc.so*
/usr/lib/libcurses.so*
+/usr/lib/libkver.so*
/usr/libexec/ld.elf_so
Home |
Main Index |
Thread Index |
Old Index