diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-09-14 22:01:13 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-09-14 22:01:13 +0000 |
commit | e5688543b0a7b773d34e63d05359814d3cc70857 (patch) | |
tree | 36f0e35aadb76ca2b55eb19335845f4f9ae5476d /math/GiNaC | |
parent | 002af553a418a4773bd1ae3e8bc6e7ea4cbd85b7 (diff) | |
download | ports-e5688543b0a7b773d34e63d05359814d3cc70857.tar.gz ports-e5688543b0a7b773d34e63d05359814d3cc70857.zip |
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528
Notes
Notes:
svn path=/head/; revision=512079
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 9c8b6c8c33e1..9ae0527bd579 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -24,7 +24,6 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CXXFLAGS+= -D_GLIBCXX_USE_C99 INFO= ginac ginac-examples |