This patch has been tested on Redports to confirm it fixed FreeBSD 10 breakage without causing regressions on FreeBSD 8 or 9. Please approve for commit. Fix: Patch attached with submission follows:
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of math/mingw32-libgmp, Please note that PR ports/183576 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183576 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible Changed From-To: freebsd-ports-bugs->marino I'll take it.
Author: marino Date: Mon Nov 18 09:40:02 2013 New Revision: 334163 URL: http://svnweb.freebsd.org/changeset/ports/334163 Log: math/mingw32-libgmp: Fix breakage on F10 PR: ports/183576 Approved by: maintainer timeout Modified: head/math/mingw32-libgmp/Makefile Modified: head/math/mingw32-libgmp/Makefile ============================================================================== --- head/math/mingw32-libgmp/Makefile Mon Nov 18 09:37:33 2013 (r334162) +++ head/math/mingw32-libgmp/Makefile Mon Nov 18 09:40:02 2013 (r334163) @@ -19,6 +19,7 @@ GMP_TARG= ${PKGNAMEPREFIX:S/-$//} GNU_CONFIGURE= yes CC= ${PKGNAMEPREFIX}gcc CXX= ${PKGNAMEPREFIX}c++ +CFLAGS+= -I/usr/include CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" \ PREFIX="${PREFIX}/${GMP_TARG}" CONFIGURE_ARGS= --enable-cxx --host=${GMP_TARG} \ _______________________________________________ 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"
State Changed From-To: feedback->closed Committed. Thanks!