summaryrefslogtreecommitdiff
blob: d31d6863e6f8e4dda9a569c21f710d8e2a2c9c29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- 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: