ports/183576: [PATCH] math/mingw32-libgmp: Fix breakage on head
John Marino
freebsd at marino.st
Fri Nov 1 22:00:03 UTC 2013
>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:
More information about the freebsd-ports-bugs
mailing list