[Midnightbsd-cvs] mports [23740] trunk/math/mpc/Makefile: fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 18 13:06:46 EDT 2018


Revision: 23740
          http://svnweb.midnightbsd.org/mports/?rev=23740
Author:   laffer1
Date:     2018-08-18 13:06:46 -0400 (Sat, 18 Aug 2018)
Log Message:
-----------
fix build

Modified Paths:
--------------
    trunk/math/mpc/Makefile

Modified: trunk/math/mpc/Makefile
===================================================================
--- trunk/math/mpc/Makefile	2018-08-18 17:03:51 UTC (rev 23739)
+++ trunk/math/mpc/Makefile	2018-08-18 17:06:46 UTC (rev 23740)
@@ -14,7 +14,9 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gmp=${LOCALBASE} \
-		--with-mpfr=${LOCALBASE}
+		--with-mpfr=${LOCALBASE} \
+	 	--host=${ARCH}-portbld-freebsd10.4 \
+		--build=${ARCH}-portbld-freebsd10.4
 USE_LDCONFIG=	yes
 
 INFO=		mpc



More information about the Midnightbsd-cvs mailing list