diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-07-05 21:56:03 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-07-05 21:56:03 +0000 |
commit | 012305f25df66158f45750f6ce48c06d9e225358 (patch) | |
tree | 88da1cd7f2b72e2c2de8e2f1f57d529134e5f503 /audio/mpg123/Makefile | |
parent | 0bfc84f355f06db50b6ff630a983ebf1e1599281 (diff) | |
download | pkgsrc-012305f25df66158f45750f6ce48c06d9e225358.tar.gz |
Fix last commit differently (work around RCS ID in patch)
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r-- | audio/mpg123/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 4b4a068e649..72eed5230da 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/06/28 00:35:33 thorpej Exp $ +# $NetBSD: Makefile,v 1.14 1999/07/05 21:56:03 hubertf Exp $ # # for OBJECT_FMT @@ -27,5 +27,9 @@ MAKE_FLAGS+= PREFIX="${PREFIX}" post-patch: ${CP} ${FILESDIR}/decode_i586_.s ${WRKSRC}/ + cd ${WRKSRC} ; ${MV} decode_i586.s decode_i586.s.orig ;\ + ${SED} \ + -e 's@^/@#/@g' \ + <decode_i586.s.orig >decode_i586.s .include "../../mk/bsd.pkg.mk" |