aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2013-11-18 17:40:02 +0800
committermarino <marino@FreeBSD.org>2013-11-18 17:40:02 +0800
commitd059a889ddcbc37a5275b7d5f98e15de143dd9c7 (patch)
tree369f934dd197bc1e38f69e9b2fd35fa1f33ffe81
parente58df3c45de6c4563ed440b37eb1ef804f957916 (diff)
downloadfreebsd-ports-gnome-d059a889ddcbc37a5275b7d5f98e15de143dd9c7.tar.gz
freebsd-ports-gnome-d059a889ddcbc37a5275b7d5f98e15de143dd9c7.tar.zst
freebsd-ports-gnome-d059a889ddcbc37a5275b7d5f98e15de143dd9c7.zip
math/mingw32-libgmp: Fix breakage on F10
PR: ports/183576 Approved by: maintainer timeout
-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} \