diff options
author | 2021-08-05 02:03:34 +0100 | |
---|---|---|
committer | 2021-08-05 02:03:37 +0100 | |
commit | ac43e2bc87f16df47eed3be4d983fad1d83fb50a (patch) | |
tree | f193e59e69446aa2c935f73e58386a1f49d1fa8d /sci-libs/cdd+/files/cdd+-077a-headers.patch | |
parent | profiles: last-rite media-sound/audicle and associated eselect (diff) | |
download | gentoo-ac43e2bc87f16df47eed3be4d983fad1d83fb50a.tar.gz gentoo-ac43e2bc87f16df47eed3be4d983fad1d83fb50a.tar.bz2 gentoo-ac43e2bc87f16df47eed3be4d983fad1d83fb50a.zip |
sci-libs/cdd+: update EAPI 5 -> 7, fix build with GCC 11
Closes: https://bugs.gentoo.org/787941
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/cdd+/files/cdd+-077a-headers.patch')
-rw-r--r-- | sci-libs/cdd+/files/cdd+-077a-headers.patch | 36 |
1 files changed, 8 insertions, 28 deletions
diff --git a/sci-libs/cdd+/files/cdd+-077a-headers.patch b/sci-libs/cdd+/files/cdd+-077a-headers.patch index c6ceb93bfaad..4df6f05871c9 100644 --- a/sci-libs/cdd+/files/cdd+-077a-headers.patch +++ b/sci-libs/cdd+/files/cdd+-077a-headers.patch @@ -1,10 +1,5 @@ -Index: Integer.h -=================================================================== -RCS file: /home/imocvs/cdd+/Integer.h,v -retrieving revision 1.1.1.1 -diff -u -p -r1.1.1.1 Integer.h ---- Integer.h 2008/12/15 01:19:52 1.1.1.1 -+++ Integer.h 2008/12/15 01:24:04 +--- a/Integer.h ++++ b/Integer.h @@ -23,6 +23,7 @@ #include <gmp_init.h> #include <cctype> @@ -13,13 +8,8 @@ diff -u -p -r1.1.1.1 Integer.h class Integer; class Rational; -Index: Rational.cc -=================================================================== -RCS file: /home/imocvs/cdd+/Rational.cc,v -retrieving revision 1.1.1.1 -diff -u -p -r1.1.1.1 Rational.cc ---- Rational.cc 2008/12/15 01:19:52 1.1.1.1 -+++ Rational.cc 2008/12/15 01:25:14 +--- a/Rational.cc ++++ b/Rational.cc @@ -17,6 +17,7 @@ #include <cctype> @@ -28,13 +18,8 @@ diff -u -p -r1.1.1.1 Rational.cc Rational& Rational::set(const char* s) throw (gmp_error) { -Index: Rational.h -=================================================================== -RCS file: /home/imocvs/cdd+/Rational.h,v -retrieving revision 1.1.1.1 -diff -u -p -r1.1.1.1 Rational.h ---- Rational.h 2008/12/15 01:19:52 1.1.1.1 -+++ Rational.h 2008/12/15 01:27:08 +--- a/Rational.h ++++ b/Rational.h @@ -17,6 +17,7 @@ #define _POLYMAKE_GMP_RATIONAL_H "$Project: polymake $$Id$ @@ -52,13 +37,8 @@ diff -u -p -r1.1.1.1 Rational.h *den_buf++ = '/'; denominator(a).putstr(os.flags(), den_buf); } -Index: gmp_init.cc -=================================================================== -RCS file: /home/imocvs/cdd+/gmp_init.cc,v -retrieving revision 1.1.1.1 -diff -u -p -r1.1.1.1 gmp_init.cc ---- gmp_init.cc 2008/12/15 01:19:52 1.1.1.1 -+++ gmp_init.cc 2008/12/15 01:23:45 +--- a/gmp_init.cc ++++ b/gmp_init.cc @@ -16,6 +16,7 @@ #ident "$Project: polymake $$Id$ |