commit:     c686715a25d808342ad192a74566ea58f0b73d3a
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Nov 21 21:21:14 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 21:21:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c686715a

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 <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-chemistry/mopac7/files/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sci-chemistry/mopac7/files/Makefile 
b/sci-chemistry/mopac7/files/Makefile
index 50370b3c278..bcada8b0a88 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
-

Reply via email to