Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69512 | Differences between
and this patch

Collapse All | Expand All

(-)001_all_Makefile.patch.orig (-2 / +2 lines)
Lines 251-257 Link Here
251
+	$(MAKE)   LDFLAGS= \
251
+	$(MAKE)   LDFLAGS= \
252
+		OBJECTS='decode.o dct64.o audio_oss.o' \
252
+		OBJECTS='decode.o dct64.o audio_oss.o' \
253
+		CFLAGS='$(CFLAGS) -DREAL_IS_FLOAT -DLINUX -Wall  \
253
+		CFLAGS='$(CFLAGS) -DREAL_IS_FLOAT -DLINUX -Wall  \
254
+			-DOSS -DPPC_ENDIAN \
254
+			-DOSS \
255
+			-fomit-frame-pointer -funroll-all-loops \
255
+			-fomit-frame-pointer -funroll-all-loops \
256
+			-finline-functions -ffast-math' \
256
+			-finline-functions -ffast-math' \
257
+		mpg123-make
257
+		mpg123-make
Lines 261-267 Link Here
261
+		AUDIO_LIB='-lesd -laudiofile' \
261
+		AUDIO_LIB='-lesd -laudiofile' \
262
+		OBJECTS='decode.o dct64.o audio_esd.o' \
262
+		OBJECTS='decode.o dct64.o audio_esd.o' \
263
+		CFLAGS='$(CFLAGS) -DREAL_IS_FLOAT -DLINUX -Wall  \
263
+		CFLAGS='$(CFLAGS) -DREAL_IS_FLOAT -DLINUX -Wall  \
264
+			-DOSS -DPPC_ENDIAN \
264
+			-DOSS \
265
+			-fomit-frame-pointer -funroll-all-loops \
265
+			-fomit-frame-pointer -funroll-all-loops \
266
+			-finline-functions -ffast-math' \
266
+			-finline-functions -ffast-math' \
267
+		mpg123-make
267
+		mpg123-make

Return to bug 69512