diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-11 16:22:39 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-09-11 16:22:39 +0800 |
commit | 2da5754c8a12f6d4565ada6427bc12a34901f439 (patch) | |
tree | a5c09cf3a45a3d7c0d4e7d2d129758c479d70fdc /print/texlive-base | |
parent | 194f7b787ce76f5ebc8081ba2cb7838945af1ea0 (diff) | |
download | freebsd-ports-gnome-2da5754c8a12f6d4565ada6427bc12a34901f439.tar.gz freebsd-ports-gnome-2da5754c8a12f6d4565ada6427bc12a34901f439.tar.zst freebsd-ports-gnome-2da5754c8a12f6d4565ada6427bc12a34901f439.zip |
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
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} |