From 5add92b0b12c36e7f5f4eb492f9d2ea3a9b59db1 Mon Sep 17 00:00:00 2001 From: Beat Gaetzi Date: Sat, 29 Oct 2011 09:27:40 +0000 Subject: [PATCH] - Fix build on FreeBSD 10 Approved by: ale@ (maintainer) --- math/gmp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 54f108c9ffb0..97214aab4216 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-cxx MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes +WITH_FBSD10_FIX= yes INFO= gmp