diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-09-11 08:22:39 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-09-11 08:22:39 +0000 |
commit | 39ebc3636a246b61a0268d8dbe32c1efbd8f0e16 (patch) | |
tree | a5c09cf3a45a3d7c0d4e7d2d129758c479d70fdc /print/texlive-base | |
parent | devel/icu-le-hb: switch to C++11, required by ICU >= 59 (diff) |
print/texlive-base: switch to C++11, required by ICU >= 59
checking requested system `icu' library... failed
configure: error: some requested system libraries failed
PR: 218788
Notes
Notes:
svn path=/head/; revision=449609
Diffstat (limited to 'print/texlive-base')
-rw-r--r-- | print/texlive-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index c50d21d36411..92973ee89aef 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base @@ -31,6 +31,7 @@ CONFLICTS_INSTALL= texlive-texmf-201[234]* USE_TEX= web2c kpathsea ptexenc tlmgr texhash-bootstrap USES= compiler:c++11-lib ghostscript pkgconfig perl5 \ python:run shebangfix tar:xz +USE_CXXSTD= gnu++11 USE_PERL5= run # during build phase gnu configure is run a lot MAKE_ENV+= CONFIG_SITE=${CONFIG_SITE} |