aboutsummaryrefslogtreecommitdiff
path: root/math/libRmath/Makefile
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2017-10-29 13:57:37 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2017-10-29 13:57:37 +0000
commitb4810404b657f1e1819348f988b814f5673a6319 (patch)
tree9f93ed91f704fa0591aa2dfdaa4a0f90395e5821 /math/libRmath/Makefile
parent643658c989fb34f0fe803becd3b692aadd6feb88 (diff)
downloadports-b4810404b657f1e1819348f988b814f5673a6319.tar.gz
ports-b4810404b657f1e1819348f988b814f5673a6319.zip
math/libRmath: Fix error during configure stage due to missing FPICFLAGS.
Notes
Notes: svn path=/head/; revision=453117
Diffstat (limited to 'math/libRmath/Makefile')
-rw-r--r--math/libRmath/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile
index d6a7b10dda42..dff4fb796d32 100644
--- a/math/libRmath/Makefile
+++ b/math/libRmath/Makefile
@@ -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-cairo=no \
--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