From 59fb7c5eb9aef7147ad798dc38612ca5a3b11ce6 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 13 Jul 2013 13:09:35 +0000 Subject: Mark as broken awgn.c: In function 'awgn_init_dbov': awgn.c:114: error: 'cpowl' undeclared (first use in this function) awgn.c:114: error: (Each undeclared identifier is reported only once awgn.c:114: error: for each function it appears in.) awgn.c:114: error: 'cpow' undeclared (first use in this function) awgn.c:114: error: 'cpowf' undeclared (first use in this function) awgn.c:114: error: 'powl' undeclared (first use in this function) --- net/iaxmodem/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net') diff --git a/net/iaxmodem/Makefile b/net/iaxmodem/Makefile index ce9fc349beda..decdb97c42ae 100644 --- a/net/iaxmodem/Makefile +++ b/net/iaxmodem/Makefile @@ -12,6 +12,8 @@ COMMENT= Software modem that connects to IAX channel LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +BROKEN= Does not build + MAN1= iaxmodem.1 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -- cgit