diff options
author | David Seifert <soap@gentoo.org> | 2020-08-29 14:30:09 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-08-29 14:30:09 +0200 |
commit | aafe737392a43a92dac2cd87ca068937d9d9df61 (patch) | |
tree | b4ac7deb8bb7414ef4e76e766f9b08a49cf3dacb /sci-chemistry/chemtool/files/chemtool-1.6.14-fix-tests.patch | |
parent | sci-chemistry/chemtool: Remove old (diff) | |
download | gentoo-aafe737392a43a92dac2cd87ca068937d9d9df61.tar.gz gentoo-aafe737392a43a92dac2cd87ca068937d9d9df61.tar.bz2 gentoo-aafe737392a43a92dac2cd87ca068937d9d9df61.zip |
sci-chemistry/chemtool: Port to EAPI 7
* fix `-fno-common`/GCC 10
* fix broken check target
Closes: https://bugs.gentoo.org/708234
Closes: https://bugs.gentoo.org/728954
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-chemistry/chemtool/files/chemtool-1.6.14-fix-tests.patch')
-rw-r--r-- | sci-chemistry/chemtool/files/chemtool-1.6.14-fix-tests.patch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sci-chemistry/chemtool/files/chemtool-1.6.14-fix-tests.patch b/sci-chemistry/chemtool/files/chemtool-1.6.14-fix-tests.patch new file mode 100644 index 000000000000..755ae3f01914 --- /dev/null +++ b/sci-chemistry/chemtool/files/chemtool-1.6.14-fix-tests.patch @@ -0,0 +1,6 @@ +--- /dev/null ++++ b/src-cht/Makefile.am +@@ -0,0 +1,3 @@ ++bin_PROGRAMS = cht ++ ++cht_SOURCES = cht.c |