diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-11-21 22:21:14 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-21 22:21:14 +0100 |
commit | c686715a25d808342ad192a74566ea58f0b73d3a (patch) | |
tree | a47dc3d0714377024bb21c2980c1987e513efe6c /sci-chemistry | |
parent | sci-chemistry/procheck: update HOMEPAGE (diff) | |
download | gentoo-c686715a25d808342ad192a74566ea58f0b73d3a.tar.gz gentoo-c686715a25d808342ad192a74566ea58f0b73d3a.tar.bz2 gentoo-c686715a25d808342ad192a74566ea58f0b73d3a.zip |
sci-chemistry/mopac7: update Makefile
Static libs support was dropped in
6462d72580431c13b96063e7a6935e4f89b281f4. Update the Makefile to reflect
changes. 'ar' is not being called anymore.
Closes: https://bugs.gentoo.org/724400
Closes: https://github.com/gentoo/gentoo/pull/18319
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/mopac7/files/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sci-chemistry/mopac7/files/Makefile b/sci-chemistry/mopac7/files/Makefile index 50370b3c2784..bcada8b0a889 100644 --- a/sci-chemistry/mopac7/files/Makefile +++ b/sci-chemistry/mopac7/files/Makefile @@ -16,8 +16,3 @@ clean: libgmxmopac7: $(objects) $(FC) -shared $(LDFLAGS) -Wl,-soname,libgmxmopac7.so.$(MAJOR) -o $@.so.$(VERSION) $^ $(LIBS) ln -sf $@.so.$(VERSION) libgmxmopac7.so - -static: $(objects) - ar rcv libgmxmopac7.a *.o - ranlib libgmxmopac7.a - |