--- 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 \ -fomit-frame-pointer -funroll-all-loops \ - -finline-functions -ffast-math \ + -finline-functions -ffast-math' \ mpg123-make @@ -411,7 +411,7 @@ CFLAGS='-DLINUX -DOSS -Wall \ -fomit-frame-pointer -funroll-all-loops \ -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: