diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-08-21 23:29:37 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-08-21 23:29:37 +0000 |
commit | db14b9f38a9cc7de99fc52c04ada0a43a911b26d (patch) | |
tree | de547461edc29a7d9d85d29a32c992e11d16bd04 /net/asterisk16-addons/files/patch-Makefile.rules | |
parent | Remove expired port: (diff) |
- Remove net/asterisk16, net/asterisk16-addons, japanese/asterisk16-sounds
- Update net/appkonference to 2.1 to make it work with net/asterisk [1]
- Switch www/bigbluebutton to net/asterisk
- While here fix typo in www/xxxterm's MOVED entry
PR: ports/169038 [1]
Approved by: maintainer [1]
Diffstat (limited to 'net/asterisk16-addons/files/patch-Makefile.rules')
-rw-r--r-- | net/asterisk16-addons/files/patch-Makefile.rules | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/asterisk16-addons/files/patch-Makefile.rules b/net/asterisk16-addons/files/patch-Makefile.rules deleted file mode 100644 index 1378bba0c325..000000000000 --- a/net/asterisk16-addons/files/patch-Makefile.rules +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.rules.orig 2009-02-17 13:27:59.000000000 +0000 -+++ Makefile.rules 2009-02-17 13:28:21.000000000 +0000 -@@ -38,7 +38,9 @@ - # ppro's, etc, as well as the AMD K6 and K7. - #K6OPT=-DK6OPT - -+ifneq ($(OSARCH),FreeBSD) - OPTIMIZE?=-O6 -+endif - ASTCFLAGS+=$(OPTIMIZE) - endif - |