summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/mpg123/files/0.59s-generic.patch')
-rw-r--r--media-sound/mpg123/files/0.59s-generic.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/media-sound/mpg123/files/0.59s-generic.patch b/media-sound/mpg123/files/0.59s-generic.patch
deleted file mode 100644
index 2bbc0002a2f5..000000000000
--- a/media-sound/mpg123/files/0.59s-generic.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile.orig 2003-11-23 20:15:23.000000000 -0500
-+++ Makefile 2003-11-23 20:16:46.000000000 -0500
-@@ -176,6 +176,15 @@
- -finline-functions -ffast-math' \
- mpg123-make
-
-+linux-generic:
-+ $(MAKE) CC=gcc LDFLAGS= \
-+ OBJECTS='decode.o dct64.o audio_oss.o' \
-+ CFLAGS='$(CFLAGS) -DREAL_IS_FLOAT -DLINUX -Wall \
-+ -DOSS \
-+ -fomit-frame-pointer -funroll-all-loops \
-+ -finline-functions -ffast-math' \
-+ mpg123-make
-+
- linux-pentium:
- $(MAKE) CC=gcc LDFLAGS= \
- OBJECTS='decode_i386.o dct64_i386.o decode_i586.o \