mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Removed offending architecture-only lines from Makefile.bsd.
This commit is contained in:
parent
904c566290
commit
557a91abb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80700
16
audio/mppdec/files/patch-Makefile.bsd
Normal file
16
audio/mppdec/files/patch-Makefile.bsd
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user