summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-07-05 21:56:03 +0000
committerhubertf <hubertf>1999-07-05 21:56:03 +0000
commit4ef920237bd59ca2ffb99e26f8e17d30192574a8 (patch)
tree88da1cd7f2b72e2c2de8e2f1f57d529134e5f503 /audio/mpg123/Makefile
parent32e3918955b0e3107b223b0a501146f846b5c369 (diff)
downloadpkgsrc-4ef920237bd59ca2ffb99e26f8e17d30192574a8.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"