diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 17:42:34 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 17:42:34 +0000 |
commit | cc5ef8716a1ad0b9417b3ebdbaeafcbfa3422307 (patch) | |
tree | f5ca6af46043166f1d93dcd23736dfd053f126b6 /net | |
parent | Cog transforms files in a very simple way: it finds chunks of Python code (diff) |
h.323 module compiles file on amd64 so that don't limit it to i386.
Notes
Notes:
svn path=/head/; revision=189915
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk12/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/asterisk12/Makefile b/net/asterisk12/Makefile index 967473e821f2..4d92a22b3d10 100644 --- a/net/asterisk12/Makefile +++ b/net/asterisk12/Makefile @@ -50,7 +50,6 @@ MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -WITHOUT_H323= 1 WITHOUT_ZAPTEL= 1 .endif |