Date: Sun, 29 Oct 2017 13:57:37 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453117 - head/math/libRmath Message-ID: <201710291357.v9TDvbb4088177@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Sun Oct 29 13:57:37 2017 New Revision: 453117 URL: https://svnweb.freebsd.org/changeset/ports/453117 Log: math/libRmath: Fix error during configure stage due to missing FPICFLAGS. Modified: head/math/libRmath/Makefile Modified: head/math/libRmath/Makefile ============================================================================== --- head/math/libRmath/Makefile Sun Oct 29 13:38:19 2017 (r453116) +++ head/math/libRmath/Makefile Sun Oct 29 13:57:37 2017 (r453117) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= libRmath -PORTVERSION= 3.4.2 +DISTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} DISTNAME= R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} @@ -22,7 +23,7 @@ CONFIGURE_ARGS= --disable-nls --with-ICU=no --with-cai --with-jpeglib=no --with-libpng=no --with-libtiff=no \ --with-readline=no --with-tcltk=no --with-x=no \ --without-libintl-prefix -CONFIGURE_ENV+= ac_cv_header_iconv_h=no +CONFIGURE_ENV+= ac_cv_header_iconv_h=no FPICFLAGS=-fPIC GNU_CONFIGURE= yes RMATH_SOVERSION=${PORTVERSION:R} USES= localbase
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710291357.v9TDvbb4088177>