Files
gentoo/sci-mathematics/spin/files/spin-6.5.2-makefile.patch
Marek Szuba 57aaaf4b28 sci-mathematics/spin: add 6.5.2, drop 6.5.1
Somehow I completely missed that version in spite of it having been
released only days after 6.5.1.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
2021-11-28 00:13:34 +01:00

12 lines
320 B
Diff

--- a/makefile
+++ b/makefile
@@ -36,7 +36,7 @@
tl_mem.o tl_rewrt.o tl_cache.o
spin: makefile $(SPIN_OS) $(TL_OS) spin.o
- $(CC) $(CFLAGS) -o spin spin.o $(SPIN_OS) $(TL_OS) $(LDFLAGS)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o spin spin.o $(SPIN_OS) $(TL_OS) $(LDFLAGS)
install: spin
$(INSTALL) spin $(DESTDIR)/bin/spin