diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-17 20:31:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-17 20:31:32 +0800 |
commit | 516ff8146dd07c71354dc1c276d44629a8c71787 (patch) | |
tree | 41d58e84fff9f54178b8384bb8e2b889b0c6f876 /net | |
parent | 1b46990cb6202ee7147b6f36d287995418917f00 (diff) | |
download | freebsd-ports-gnome-516ff8146dd07c71354dc1c276d44629a8c71787.tar.gz freebsd-ports-gnome-516ff8146dd07c71354dc1c276d44629a8c71787.tar.zst freebsd-ports-gnome-516ff8146dd07c71354dc1c276d44629a8c71787.zip |
Mark as broken, does not build:
awgn.c: In function 'awgn_init_dbov':
awgn.c:109: error: 'cpowl' undeclared (first use in this function)
awgn.c:109: error: (Each undeclared identifier is reported only once
awgn.c:109: error: for each function it appears in.)
awgn.c:109: error: 'cpow' undeclared (first use in this function)
awgn.c:109: error: 'cpowf' undeclared (first use in this function)
awgn.c:109: error: 'powl' undeclared (first use in this function)
awgn.c: In function 'awgn':
awgn.c:165: error: 'clogl' undeclared (first use in this function)
awgn.c:165: error: 'clog' undeclared (first use in this function)
awgn.c:165: error: 'clogf' undeclared (first use in this function)
awgn.c:165: error: 'logl' undeclared (first use in this function)
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/freeswitch-core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/freeswitch-core/Makefile b/net/freeswitch-core/Makefile index e9729576aabe..0b2a96c59d09 100644 --- a/net/freeswitch-core/Makefile +++ b/net/freeswitch-core/Makefile @@ -30,6 +30,8 @@ EXTRACT_ONLY= ${BASE_PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch SoftSwitch Port +BROKEN= Does not build + LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ jpeg:${PORTSDIR}/graphics/jpeg \ tiff:${PORTSDIR}/graphics/tiff \ |