mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
math/libRmath: Fix error during configure stage due to missing FPICFLAGS.
This commit is contained in:
parent
643658c989
commit
b4810404b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453117
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user