Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/sfcheck/files: 7.03.17-ldflags.patch
Date: Sat, 06 Feb 2010 22:13:19
Message-Id: E1Ndstv-0003l5-Ch@stork.gentoo.org
1 jlec 10/02/06 22:13:15
2
3 Added: 7.03.17-ldflags.patch
4 Log:
5 Splitted sfcheck from ccp4
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-chemistry/sfcheck/files/7.03.17-ldflags.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/sfcheck/files/7.03.17-ldflags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/sfcheck/files/7.03.17-ldflags.patch?rev=1.1&content-type=text/plain
13
14 Index: 7.03.17-ldflags.patch
15 ===================================================================
16 diff --git a/src/makefile b/src/makefile
17 index ab43d7d..37e469f 100755
18 --- a/src/makefile
19 +++ b/src/makefile
20 @@ -60,6 +60,6 @@ main_sfcheck_ccp4.o: main_sfcheck_ccp4.f sfch_version.fh
21 $(MR_FORT) -c main_sfcheck_ccp4.f
22
23 sfcheck: $(OBJS)
24 - $(MR_FORT) -o $(BIN)/sfcheck $(OBJSL) $(MR_LIBRARY)
25 + $(MR_FORT) $(LDFLAGS) -o $(BIN)/sfcheck $(OBJSL) $(MR_LIBRARY)
26
27 # ----------------------------------------