diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-11 21:57:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-11 21:57:18 +0000 |
commit | 557a91abb1c6420099d24b33ad8c0d98c4bea843 (patch) | |
tree | 82c11bb657df1e76d458745935902d8446a826e5 /audio | |
parent | Mark broken on alpha and ia64. (diff) |
Removed offending architecture-only lines from Makefile.bsd.
Notes
Notes:
svn path=/head/; revision=80700
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mppdec/files/patch-Makefile.bsd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/mppdec/files/patch-Makefile.bsd b/audio/mppdec/files/patch-Makefile.bsd new file mode 100644 index 000000000000..e2ac5cc39987 --- /dev/null +++ b/audio/mppdec/files/patch-Makefile.bsd @@ -0,0 +1,16 @@ +--- Makefile.bsd.orig Mon May 12 07:55:51 2003 ++++ Makefile.bsd Mon May 12 07:56:15 2003 +@@ -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 + |