Date: Sat, 1 Sep 2012 17:18:41 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303500 - in head/comms/spandsp: . files Message-ID: <201209011718.q81HIfQ9050012@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: crees Date: Sat Sep 1 17:18:41 2012 New Revision: 303500 URL: http://svn.freebsd.org/changeset/ports/303500 Log: Fix build on FreeBSD 10 PR: ports/167985 (based on) Submitted by: truckman Obtained from: comms/spandsp-devel Added: head/comms/spandsp/files/ head/comms/spandsp/files/patch-configure.ac - copied unchanged from r303495, head/comms/spandsp-devel/files/patch-configure.ac Modified: head/comms/spandsp/Makefile Modified: head/comms/spandsp/Makefile ============================================================================== --- head/comms/spandsp/Makefile Sat Sep 1 17:16:50 2012 (r303499) +++ head/comms/spandsp/Makefile Sat Sep 1 17:18:41 2012 (r303500) @@ -18,7 +18,7 @@ COMMENT= A DSP library and software FAX LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool +USE_AUTOTOOLS= libtool autoconf USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include Copied: head/comms/spandsp/files/patch-configure.ac (from r303495, head/comms/spandsp-devel/files/patch-configure.ac) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/spandsp/files/patch-configure.ac Sat Sep 1 17:18:41 2012 (r303500, copy of r303495, head/comms/spandsp-devel/files/patch-configure.ac) @@ -0,0 +1,10 @@ +--- configure.ac.orig 2012-09-01 12:05:10.795461874 +0100 ++++ configure.ac 2012-09-01 12:05:47.473457036 +0100 +@@ -194,7 +194,6 @@ + AC_CHECK_HEADERS([string.h]) + AC_CHECK_HEADERS([strings.h]) + AC_CHECK_HEADERS([malloc.h]) +-AC_CHECK_HEADERS([tgmath.h], [INSERT_TGMATH_HEADER="#include <tgmath.h>"]) + AC_CHECK_HEADERS([math.h], [INSERT_MATH_HEADER="#include <math.h>"]) + AC_CHECK_HEADERS([float.h]) + AC_CHECK_HEADERS([fcntl.h])
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209011718.q81HIfQ9050012>