You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-chemistry/sfcheck/files/7.03.17-ldflags.patch

13 lines
406 B

diff --git a/src/makefile b/src/makefile
index ab43d7d..37e469f 100755
--- a/src/makefile
+++ b/src/makefile
@@ -60,6 +60,6 @@ main_sfcheck_ccp4.o: main_sfcheck_ccp4.f sfch_version.fh
$(MR_FORT) -c main_sfcheck_ccp4.f
sfcheck: $(OBJS)
- $(MR_FORT) -o $(BIN)/sfcheck $(OBJSL) $(MR_LIBRARY)
+ $(MR_FORT) $(LDFLAGS) -o $(BIN)/sfcheck $(OBJSL) $(MR_LIBRARY)
# ----------------------------------------