diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-13 16:29:33 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-13 16:29:33 +0000 |
commit | 405c53e7897e6ad8b65e5b68856e55d9e90748ed (patch) | |
tree | 2998062181842489a2fc7841a4074dc59c9061d3 /media-sound/mpg123 | |
parent | Version bump, closes #47240. (diff) | |
download | gentoo-2-405c53e7897e6ad8b65e5b68856e55d9e90748ed.tar.gz gentoo-2-405c53e7897e6ad8b65e5b68856e55d9e90748ed.tar.bz2 gentoo-2-405c53e7897e6ad8b65e5b68856e55d9e90748ed.zip |
Added one more Makefile fix thanks fo weeve in bug #47709.
Diffstat (limited to 'media-sound/mpg123')
-rw-r--r-- | media-sound/mpg123/files/mpg123-0.59s-Makefile.patch | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/media-sound/mpg123/files/mpg123-0.59s-Makefile.patch b/media-sound/mpg123/files/mpg123-0.59s-Makefile.patch index 0dc6fd57a0d6..d31d6863e6f8 100644 --- a/media-sound/mpg123/files/mpg123-0.59s-Makefile.patch +++ b/media-sound/mpg123/files/mpg123-0.59s-Makefile.patch @@ -1,5 +1,5 @@ ---- Makefile.orig 2004-04-12 22:41:30.819936000 -0700 -+++ Makefile 2004-04-12 22:41:51.649936000 -0700 +--- mpg123/Makefile.orig 2004-04-13 09:19:04.445654000 -0600 ++++ mpg123/Makefile 2004-04-13 09:21:41.845654000 -0600 @@ -402,7 +402,7 @@ OBJECTS='decode.o dct64.o audio_esd.o' \ CFLAGS='-DREAL_IS_FLOAT -DUSE_MMAP -DOSS -DUSE_ESD -DSPARCLINUX -Wall \ @@ -9,12 +9,21 @@ mpg123-make -@@ -410,7 +410,7 @@ - $(MAKE) LDFLAGS= OBJECTS='decode.o dct64.o audio_oss.o' \ +@@ -411,7 +411,7 @@ CFLAGS='-DLINUX -DOSS -Wall \ -fomit-frame-pointer -funroll-all-loops \ -- -finline-functions -ffast-math \ -+ -finline-functions -ffast-math' \ - -Wall -O6 -DUSE_MMAP \ + -finline-functions -ffast-math \ +- -Wall -O6 -DUSE_MMAP \ ++ -Wall -O6 -DUSE_MMAP' \ mpg123-make + linux-arm: +@@ -496,7 +496,7 @@ + CFLAGS='$(CFLAGS) -Wall -ansi -pedantic -O4 -fomit-frame-pointer \ + -funroll-all-loops -ffast-math -DROT_I386 \ + -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP -DOSS -DUSE_ESD \ +- -I/usr/local/include -L/usr/local/lib ++ -I/usr/local/include -L/usr/local/lib' \ + mpg123-make + + freebsd-nas: |