svn commit: r334163 - head/math/mingw32-libgmp
John Marino
marino at FreeBSD.org
Mon Nov 18 09:40:02 UTC 2013
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} \
More information about the svn-ports-all
mailing list