summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-07-05 21:56:03 +0000
committerhubertf <hubertf@pkgsrc.org>1999-07-05 21:56:03 +0000
commit012305f25df66158f45750f6ce48c06d9e225358 (patch)
tree88da1cd7f2b72e2c2de8e2f1f57d529134e5f503 /audio/mpg123/Makefile
parent0bfc84f355f06db50b6ff630a983ebf1e1599281 (diff)
downloadpkgsrc-012305f25df66158f45750f6ce48c06d9e225358.tar.gz
Fix last commit differently (work around RCS ID in patch)
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile6
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"