sci-chemistry/mopac7: update Makefile

Static libs support was dropped in
6462d72580. 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>
This commit is contained in:
Jakov Smolic 2020-11-21 22:21:14 +01:00 committed by David Seifert
parent 1e12ed2024
commit c686715a25
No known key found for this signature in database
GPG Key ID: CE36E117202E3842
1 changed files with 0 additions and 5 deletions

View File

@ -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