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/probe/files: probe-2.13.110909-as-needed.patch
Date: Wed, 06 Jun 2012 09:02:50
Message-Id: 20120606090239.941E32004C@flycatcher.gentoo.org
1 jlec 12/06/06 09:02:39
2
3 Added: probe-2.13.110909-as-needed.patch
4 Log:
5 sci-chemistry/probe: Version BUmp
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-chemistry/probe/files/probe-2.13.110909-as-needed.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/files/probe-2.13.110909-as-needed.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/probe/files/probe-2.13.110909-as-needed.patch?rev=1.1&content-type=text/plain
14
15 Index: probe-2.13.110909-as-needed.patch
16 ===================================================================
17 Makefile | 8 +++-----
18 1 files changed, 3 insertions(+), 5 deletions(-)
19
20 diff --git a/Makefile b/Makefile
21 index 9031bd0..8f74d6a 100644
22 --- a/Makefile
23 +++ b/Makefile
24 @@ -1,14 +1,12 @@
25 -MACHINEFLAGS =
26 -CFLAGS = $(MACHINEFLAGS)
27 -LFLAGS = -static -lm $(MACHINEFLAGS)
28 +LIBS = -lm
29 OBJLIST = dots.o abin.o readPDBrecs.o geom3d.o utility.o select.o \
30 parse.o atomprops.o stdconntable.o autobondrot.o hybrid_36_c.o
31
32 .c.o:
33 - cc -c $*.c $(CFLAGS)
34 + $(CC) $(CFLAGS) -c $*.c
35
36 probe: probe.o $(OBJLIST)
37 - cc -o $@ probe.o $(OBJLIST) $(LFLAGS)
38 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ probe.o $(OBJLIST) $(LIBS)
39
40 clean:
41 @rm -f *.o *.ckp