diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-13 21:09:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-13 21:09:35 +0800 |
commit | 59fb7c5eb9aef7147ad798dc38612ca5a3b11ce6 (patch) | |
tree | d68fdf2ae4579b40b1eb23f43bd725aa52e3cdad /net | |
parent | c01f521334caf463c6bb3f306ca32368b6713cdd (diff) | |
download | freebsd-ports-gnome-59fb7c5eb9aef7147ad798dc38612ca5a3b11ce6.tar.gz freebsd-ports-gnome-59fb7c5eb9aef7147ad798dc38612ca5a3b11ce6.tar.zst freebsd-ports-gnome-59fb7c5eb9aef7147ad798dc38612ca5a3b11ce6.zip |
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)
Diffstat (limited to 'net')
-rw-r--r-- | net/iaxmodem/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |