Date: Fri, 1 Nov 2013 21:51:55 GMT From: John Marino <freebsd@marino.st> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/183576: [PATCH] math/mingw32-libgmp: Fix breakage on head Message-ID: <201311012151.rA1LptHC089159@oldred.freebsd.org> Resent-Message-ID: <201311012200.rA1M03WH069100@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 183576 >Category: ports >Synopsis: [PATCH] math/mingw32-libgmp: Fix breakage on head >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 22:00:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: 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. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: math/mingw32-libgmp/Makefile =================================================================== --- math/mingw32-libgmp/Makefile (revision 332353) +++ math/mingw32-libgmp/Makefile (working copy) @@ -19,6 +19,7 @@ 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} \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311012151.rA1LptHC089159>