diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-12 21:01:22 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-09-12 21:01:22 +0800 |
commit | fbed7c9356c42668678668ba00c633578e4c7dc0 (patch) | |
tree | 5b1370cf737efae90e8f146085093f17caffe7da /print | |
parent | 63993d92fa95be25118a913d52f1a7fc1db816bc (diff) | |
download | freebsd-ports-gnome-fbed7c9356c42668678668ba00c633578e4c7dc0.tar.gz freebsd-ports-gnome-fbed7c9356c42668678668ba00c633578e4c7dc0.tar.zst freebsd-ports-gnome-fbed7c9356c42668678668ba00c633578e4c7dc0.zip |
Back out C++11 changes for ICU >= 59
r449608, r449609, r449610, r449611, r449612, r449613, r449614,
r449621, r449661, r449662 are reverted. ICU will pull char16_t typedef
in C++98 mode instead.
Pointy hat to: jbeich
PR: 218788 222222 222225
Diffstat (limited to 'print')
-rw-r--r-- | print/texlive-base/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 92973ee89aef..e31348df397e 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base @@ -31,7 +31,6 @@ 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} |