diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-06-16 17:26:09 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-06-16 17:26:09 +0000 |
commit | a58f18744e16323d52bc79731ecbaf125b96bc4b (patch) | |
tree | 709a0cc0da79ceb79652143d813fcb461eeece15 /net/freeswitch-core | |
parent | 7ac1c803b530f7878d2f51b629219b90034e9360 (diff) | |
download | ports-a58f18744e16323d52bc79731ecbaf125b96bc4b.tar.gz ports-a58f18744e16323d52bc79731ecbaf125b96bc4b.zip |
Notes
Diffstat (limited to 'net/freeswitch-core')
-rw-r--r-- | net/freeswitch-core/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/freeswitch-core/Makefile b/net/freeswitch-core/Makefile index 9266952d1ab4..e9e9a378bcb4 100644 --- a/net/freeswitch-core/Makefile +++ b/net/freeswitch-core/Makefile @@ -106,6 +106,11 @@ OPTIONS= MODSHOUT "Enable mod_shout (streaming audio/mp3)" on \ MODSAYZH "Enable mod_say_zh (Chinese support)" off .include <bsd.port.options.mk> + +.if defined(PACKAGE_BUILDING) +BROKEN= Fails to compile on pointyhat +.endif + .if ${ARCH} == "amd64" CFLAGS+= -fPIC CONFIGURE_ARGS+= --enable-64 |