aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2006-01-27 07:29:58 +0800
committersobomax <sobomax@FreeBSD.org>2006-01-27 07:29:58 +0800
commitb652a3475072c4ec5101b4535e1fd8c814c6faa6 (patch)
tree00700a2b39d2e5904527f4faa78479d126d1bb7e /net
parenta30135bda2569bfa09406865d84af1d3dfc37235 (diff)
downloadfreebsd-ports-gnome-b652a3475072c4ec5101b4535e1fd8c814c6faa6.tar.gz
freebsd-ports-gnome-b652a3475072c4ec5101b4535e1fd8c814c6faa6.tar.zst
freebsd-ports-gnome-b652a3475072c4ec5101b4535e1fd8c814c6faa6.zip
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>
Diffstat (limited to 'net')
-rw-r--r--net/asterisk-bristuff/files/patch-codecs::gsm::Makefile15
-rw-r--r--net/asterisk-devel/files/patch-codecs::gsm::Makefile15
-rw-r--r--net/asterisk/files/patch-codecs::gsm::Makefile15
-rw-r--r--net/asterisk10/files/patch-codecs::gsm::Makefile15
-rw-r--r--net/asterisk12/files/patch-codecs::gsm::Makefile15
-rw-r--r--net/asterisk14/files/patch-codecs::gsm::Makefile15
-rw-r--r--net/asterisk16/files/patch-codecs::gsm::Makefile15
7 files changed, 105 insertions, 0 deletions
diff --git a/net/asterisk-bristuff/files/patch-codecs::gsm::Makefile b/net/asterisk-bristuff/files/patch-codecs::gsm::Makefile
new file mode 100644
index 000000000000..35ca91877553
--- /dev/null
+++ b/net/asterisk-bristuff/files/patch-codecs::gsm::Makefile
@@ -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
diff --git a/net/asterisk-devel/files/patch-codecs::gsm::Makefile b/net/asterisk-devel/files/patch-codecs::gsm::Makefile
new file mode 100644
index 000000000000..35ca91877553
--- /dev/null
+++ b/net/asterisk-devel/files/patch-codecs::gsm::Makefile
@@ -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
diff --git a/net/asterisk/files/patch-codecs::gsm::Makefile b/net/asterisk/files/patch-codecs::gsm::Makefile
new file mode 100644
index 000000000000..35ca91877553
--- /dev/null
+++ b/net/asterisk/files/patch-codecs::gsm::Makefile
@@ -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
diff --git a/net/asterisk10/files/patch-codecs::gsm::Makefile b/net/asterisk10/files/patch-codecs::gsm::Makefile
new file mode 100644
index 000000000000..35ca91877553
--- /dev/null
+++ b/net/asterisk10/files/patch-codecs::gsm::Makefile
@@ -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
diff --git a/net/asterisk12/files/patch-codecs::gsm::Makefile b/net/asterisk12/files/patch-codecs::gsm::Makefile
new file mode 100644
index 000000000000..35ca91877553
--- /dev/null
+++ b/net/asterisk12/files/patch-codecs::gsm::Makefile
@@ -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
diff --git a/net/asterisk14/files/patch-codecs::gsm::Makefile b/net/asterisk14/files/patch-codecs::gsm::Makefile
new file mode 100644
index 000000000000..35ca91877553
--- /dev/null
+++ b/net/asterisk14/files/patch-codecs::gsm::Makefile
@@ -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
diff --git a/net/asterisk16/files/patch-codecs::gsm::Makefile b/net/asterisk16/files/patch-codecs::gsm::Makefile
new file mode 100644
index 000000000000..35ca91877553
--- /dev/null
+++ b/net/asterisk16/files/patch-codecs::gsm::Makefile
@@ -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