Date: Sat, 13 Jul 2013 13:09:35 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322919 - head/net/iaxmodem Message-ID: <201307131309.r6DD9ZGH030311@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Jul 13 13:09:35 2013 New Revision: 322919 URL: http://svnweb.freebsd.org/changeset/ports/322919 Log: 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) Modified: head/net/iaxmodem/Makefile Modified: head/net/iaxmodem/Makefile ============================================================================== --- head/net/iaxmodem/Makefile Sat Jul 13 13:08:10 2013 (r322918) +++ head/net/iaxmodem/Makefile Sat Jul 13 13:09:35 2013 (r322919) @@ -12,6 +12,8 @@ COMMENT= Software modem that connects to LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +BROKEN= Does not build + MAN1= iaxmodem.1 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307131309.r6DD9ZGH030311>