Date: Sat, 1 Sep 2012 17:20:12 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/167985: commit references a PR Message-ID: <201209011720.q81HKCM0043070@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/167985; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/167985: commit references a PR Date: Sat, 1 Sep 2012 17:18:56 +0000 (UTC) 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]) _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209011720.q81HKCM0043070>