summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/mpg123/Makefile6
-rw-r--r--audio/mpg123/patches/patch-ah58
2 files changed, 5 insertions, 59 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"
diff --git a/audio/mpg123/patches/patch-ah b/audio/mpg123/patches/patch-ah
deleted file mode 100644
index 64d71702bd8..00000000000
--- a/audio/mpg123/patches/patch-ah
+++ /dev/null
@@ -1,58 +0,0 @@
-$NetBSD: patch-ah,v 1.1 1999/06/28 00:35:33 thorpej Exp $
-
---- decode_i586.s.orig Sun Jun 27 17:30:14 1999
-+++ decode_i586.s Sun Jun 27 17:30:46 1999
-@@ -1,28 +1,28 @@
--/
--/ synth_1to1 works the same way as the c version of this
--/ file. only two types of changes have been made:
--/ - reordered floating point instructions to
--/ prevent pipline stalls
--/ - made WRITE_SAMPLE use integer instead of
--/ (slower) floating point
--/ all kinds of x86 processors should benefit from these
--/ modifications.
--/
--/ useful sources of information on optimizing x86 code include:
--/
--/ Intel Architecture Optimization Manual
--/ http://www.intel.com/design/pentium/manuals/242816.htm
--/
--/ Cyrix 6x86 Instruction Set Summary
--/ ftp://ftp.cyrix.com/6x86/6x-dbch6.pdf
--/
--/ AMD-K5 Processor Software Development
--/ http://www.amd.com/products/cpg/techdocs/appnotes/20007e.pdf
--/
--/ Stefan Bieschewski <stb@acm.org>
--/
--/ $Id: patch-ah,v 1.1 1999/06/28 00:35:33 thorpej Exp $
--/
-+#
-+# synth_1to1 works the same way as the c version of this
-+# file. only two types of changes have been made:
-+# - reordered floating point instructions to
-+# prevent pipline stalls
-+# - made WRITE_SAMPLE use integer instead of
-+# (slower) floating point
-+# all kinds of x86 processors should benefit from these
-+# modifications.
-+#
-+# useful sources of information on optimizing x86 code include:
-+#
-+# Intel Architecture Optimization Manual
-+# http://www.intel.com/design/pentium/manuals/242816.htm
-+#
-+# Cyrix 6x86 Instruction Set Summary
-+# ftp://ftp.cyrix.com/6x86/6x-dbch6.pdf
-+#
-+# AMD-K5 Processor Software Development
-+# http://www.amd.com/products/cpg/techdocs/appnotes/20007e.pdf
-+#
-+# Stefan Bieschewski <stb@acm.org>
-+#
-+# $Id: patch-ah,v 1.1 1999/06/28 00:35:33 thorpej Exp $
-+#
- .bss
- .comm buffs,4352,4
- .data