aboutsummaryrefslogtreecommitdiff
path: root/math/mingw32-libgmp
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-11-18 09:40:02 +0000
committerJohn Marino <marino@FreeBSD.org>2013-11-18 09:40:02 +0000
commitc6689ad04ccf76d626bb30ac3a3cddd29ea76f9e (patch)
tree369f934dd197bc1e38f69e9b2fd35fa1f33ffe81 /math/mingw32-libgmp
parentb6f11bedbe4f3ba8e95269f0a3b94fb5a2a9aebd (diff)
downloadports-c6689ad04ccf76d626bb30ac3a3cddd29ea76f9e.tar.gz
ports-c6689ad04ccf76d626bb30ac3a3cddd29ea76f9e.zip
math/mingw32-libgmp: Fix breakage on F10
PR: ports/183576 Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=334163
Diffstat (limited to 'math/mingw32-libgmp')
-rw-r--r--math/mingw32-libgmp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/mingw32-libgmp/Makefile b/math/mingw32-libgmp/Makefile
index 0da84d5c17ac..f68d95f0fac4 100644
--- a/math/mingw32-libgmp/Makefile
+++ b/math/mingw32-libgmp/Makefile
@@ -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} \