svn commit: r322919 - head/net/iaxmodem
Baptiste Daroussin
bapt at FreeBSD.org
Sat Jul 13 13:09:35 UTC 2013
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
More information about the svn-ports-head
mailing list