diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-06-04 22:03:33 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-06-04 22:03:33 +0000 |
commit | 401a67d0e58cd70ede2f9f7668ccb1594c1afb17 (patch) | |
tree | 70f0c7bed63c65881177de39509447a082345406 /net/asterisk10/files | |
parent | Upgrade to 9.6-ESV-R7-P1, 9.7.6-P1, 9.8.3-P1, and 9.9.1-P1, the latest (diff) |
- Update to 10.5.0
- Update conflicts [1]
Reported by: FreeBSD Ports conflicts checker [1]
Notes
Notes:
svn path=/head/; revision=298400
Diffstat (limited to 'net/asterisk10/files')
-rw-r--r-- | net/asterisk10/files/patch-Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/asterisk10/files/patch-Makefile b/net/asterisk10/files/patch-Makefile index 8237087c39e2..b815f9b7eaa0 100644 --- a/net/asterisk10/files/patch-Makefile +++ b/net/asterisk10/files/patch-Makefile @@ -9,18 +9,6 @@ # Asterisk.conf is located in ASTETCDIR or by using the -C flag # when starting Asterisk -@@ -226,9 +226,11 @@ - ifneq ($(AST_MARCH_NATIVE),) - _ASTCFLAGS+=$(AST_MARCH_NATIVE) - else -+ ifneq ($(OSARCH),FreeBSD) - ifneq ($(PROC),ultrasparc) - _ASTCFLAGS+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-march=$(PROC)"; fi) - endif -+ endif - endif - endif - @@ -243,7 +245,7 @@ endif endif |