diff options
Diffstat (limited to 'audio/mppdec/files/patch-Makefile.bsd')
-rw-r--r-- | audio/mppdec/files/patch-Makefile.bsd | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/audio/mppdec/files/patch-Makefile.bsd b/audio/mppdec/files/patch-Makefile.bsd deleted file mode 100644 index 9a6b545659a2..000000000000 --- a/audio/mppdec/files/patch-Makefile.bsd +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.bsd.orig Wed Jul 31 00:19:57 2002 -+++ Makefile.bsd Fri Jan 23 10:47:12 2004 -@@ -10,11 +10,11 @@ - #LDADD += -lossaudio - - include version --OPTIM = -O3 -march=pentiumpro -ffast-math -s -+#OPTIM = -O3 -ffast-math -s - - WARN = - --CFLAGS = $(OPTIM) $(WARN) -DMPPDEC_VERSION=\"$(MPPDEC_VERSION)\" -DMPP_DECODER `esd-config --cflags` -+CFLAGS += $(OPTIM) $(WARN) -DMPPDEC_VERSION=\"$(MPPDEC_VERSION)\" -DMPP_DECODER `esd-config --cflags` - - TARGETS = mppdec - -@@ -38,9 +38,11 @@ - tools.o \ - wave_out.o \ - stderr.o \ -- cpu_feat.o \ -- synthasm.o \ - _setargv.o \ -+ -+.if ${ARCH} == i386 -+OBJ+= cpu_feat.o synthasm.o -+.endif - - - all: $(TARGETS) |