Fix build on amd64. No PORTREVISION bump since it doesn't change content
of the package on the rest arches. Reported by: bram <bram@diomedia.be>
This commit is contained in:
parent
8f65cab8e9
commit
20866a1830
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154546
7 changed files with 105 additions and 0 deletions
15
net/asterisk-bristuff/files/patch-codecs::gsm::Makefile
Normal file
15
net/asterisk-bristuff/files/patch-codecs::gsm::Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- codecs/gsm/Makefile
|
||||
+++ codecs/gsm/Makefile
|
||||
@@ -49,7 +49,9 @@
|
||||
ifneq (${PROC},arm)
|
||||
ifneq (${PROC},ppc)
|
||||
ifneq (${PROC},ppc64)
|
||||
+ifneq (${PROC},amd64)
|
||||
OPTIMIZE+=-march=$(PROC)
|
||||
+endif
|
||||
endif
|
||||
endif
|
||||
endif
|
15
net/asterisk-devel/files/patch-codecs::gsm::Makefile
Normal file
15
net/asterisk-devel/files/patch-codecs::gsm::Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- codecs/gsm/Makefile
|
||||
+++ codecs/gsm/Makefile
|
||||
@@ -49,7 +49,9 @@
|
||||
ifneq (${PROC},arm)
|
||||
ifneq (${PROC},ppc)
|
||||
ifneq (${PROC},ppc64)
|
||||
+ifneq (${PROC},amd64)
|
||||
OPTIMIZE+=-march=$(PROC)
|
||||
+endif
|
||||
endif
|
||||
endif
|
||||
endif
|
15
net/asterisk/files/patch-codecs::gsm::Makefile
Normal file
15
net/asterisk/files/patch-codecs::gsm::Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- codecs/gsm/Makefile
|
||||
+++ codecs/gsm/Makefile
|
||||
@@ -49,7 +49,9 @@
|
||||
ifneq (${PROC},arm)
|
||||
ifneq (${PROC},ppc)
|
||||
ifneq (${PROC},ppc64)
|
||||
+ifneq (${PROC},amd64)
|
||||
OPTIMIZE+=-march=$(PROC)
|
||||
+endif
|
||||
endif
|
||||
endif
|
||||
endif
|
15
net/asterisk10/files/patch-codecs::gsm::Makefile
Normal file
15
net/asterisk10/files/patch-codecs::gsm::Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- codecs/gsm/Makefile
|
||||
+++ codecs/gsm/Makefile
|
||||
@@ -49,7 +49,9 @@
|
||||
ifneq (${PROC},arm)
|
||||
ifneq (${PROC},ppc)
|
||||
ifneq (${PROC},ppc64)
|
||||
+ifneq (${PROC},amd64)
|
||||
OPTIMIZE+=-march=$(PROC)
|
||||
+endif
|
||||
endif
|
||||
endif
|
||||
endif
|
15
net/asterisk12/files/patch-codecs::gsm::Makefile
Normal file
15
net/asterisk12/files/patch-codecs::gsm::Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- codecs/gsm/Makefile
|
||||
+++ codecs/gsm/Makefile
|
||||
@@ -49,7 +49,9 @@
|
||||
ifneq (${PROC},arm)
|
||||
ifneq (${PROC},ppc)
|
||||
ifneq (${PROC},ppc64)
|
||||
+ifneq (${PROC},amd64)
|
||||
OPTIMIZE+=-march=$(PROC)
|
||||
+endif
|
||||
endif
|
||||
endif
|
||||
endif
|
15
net/asterisk14/files/patch-codecs::gsm::Makefile
Normal file
15
net/asterisk14/files/patch-codecs::gsm::Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- codecs/gsm/Makefile
|
||||
+++ codecs/gsm/Makefile
|
||||
@@ -49,7 +49,9 @@
|
||||
ifneq (${PROC},arm)
|
||||
ifneq (${PROC},ppc)
|
||||
ifneq (${PROC},ppc64)
|
||||
+ifneq (${PROC},amd64)
|
||||
OPTIMIZE+=-march=$(PROC)
|
||||
+endif
|
||||
endif
|
||||
endif
|
||||
endif
|
15
net/asterisk16/files/patch-codecs::gsm::Makefile
Normal file
15
net/asterisk16/files/patch-codecs::gsm::Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- codecs/gsm/Makefile
|
||||
+++ codecs/gsm/Makefile
|
||||
@@ -49,7 +49,9 @@
|
||||
ifneq (${PROC},arm)
|
||||
ifneq (${PROC},ppc)
|
||||
ifneq (${PROC},ppc64)
|
||||
+ifneq (${PROC},amd64)
|
||||
OPTIMIZE+=-march=$(PROC)
|
||||
+endif
|
||||
endif
|
||||
endif
|
||||
endif
|
Loading…
Reference in a new issue