diff options
author | wiz <wiz@pkgsrc.org> | 2003-11-14 10:09:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-11-14 10:09:06 +0000 |
commit | 11d6fc97474e2f1ffbf4800cc8ba177f7718768d (patch) | |
tree | f8587c401dd38ed51a550e2d1a12b6be8d5effa8 /audio | |
parent | 41a179b6f195909b21f3b7c3877b51eadf508adf (diff) | |
download | pkgsrc-11d6fc97474e2f1ffbf4800cc8ba177f7718768d.tar.gz |
Fix build on machines using libkver (probably).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/oss/Makefile | 4 | ||||
-rw-r--r-- | audio/oss/files/chroot | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 0a7fd985a54..8a3c7c8f122 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -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 @@ do-build: # 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 --git a/audio/oss/files/chroot b/audio/oss/files/chroot index 1d1153003ee..e622e338355 100644 --- a/audio/oss/files/chroot +++ b/audio/oss/files/chroot @@ -13,4 +13,5 @@ /usr/bin/touch /usr/lib/libc.so* /usr/lib/libcurses.so* +/usr/lib/libkver.so* /usr/libexec/ld.elf_so |