diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-11-29 04:29:46 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-11-29 04:29:46 +0000 |
commit | 8a74b966cdda9f5004ec0e730a4e3dcf501f5c7a (patch) | |
tree | 5156281971f56fca23f20b8a274e3ed4abae86c8 /net/asterisk/files/patch-Makefile.rules | |
parent | Update to 4.2.2. (diff) |
Remove errorneously added patches from the old asterisk 1.4 port.
Pointy hat to: fjoe
Notes
Notes:
svn path=/head/; revision=265354
Diffstat (limited to 'net/asterisk/files/patch-Makefile.rules')
-rw-r--r-- | net/asterisk/files/patch-Makefile.rules | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/asterisk/files/patch-Makefile.rules b/net/asterisk/files/patch-Makefile.rules deleted file mode 100644 index f90430ec9ddd..000000000000 --- a/net/asterisk/files/patch-Makefile.rules +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.rules.orig 2009-09-28 22:09:25.000000000 +0300 -+++ Makefile.rules 2009-11-23 16:15:23.000000000 +0200 -@@ -37,11 +37,13 @@ - - OPTIMIZE?=-O6 - -+ifneq ($(OSARCH),FreeBSD) - ifeq ($(findstring DONT_OPTIMIZE,$(MENUSELECT_CFLAGS)),) - _ASTCFLAGS+=$(OPTIMIZE) - else - _ASTCFLAGS+=-O0 - endif -+endif - - # shortcuts for common combinations of flags; these must be recursively expanded so that - # per-target settings will be applied |