svn commit: r453117 - head/math/libRmath
Joseph Mingrone
jrm at FreeBSD.org
Sun Oct 29 13:57:38 UTC 2017
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
More information about the svn-ports-head
mailing list