* [gentoo-commits] gentoo-x86 commit in sci-chemistry/probe/files: probe-2.13.110909-as-needed.patch
@ 2012-06-06 9:02 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-06-06 9:02 UTC (permalink / raw
To: gentoo-commits
jlec 12/06/06 09:02:39
Added: probe-2.13.110909-as-needed.patch
Log:
sci-chemistry/probe: Version BUmp
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.1 sci-chemistry/probe/files/probe-2.13.110909-as-needed.patch
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
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
Index: probe-2.13.110909-as-needed.patch
===================================================================
Makefile | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index 9031bd0..8f74d6a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,12 @@
-MACHINEFLAGS =
-CFLAGS = $(MACHINEFLAGS)
-LFLAGS = -static -lm $(MACHINEFLAGS)
+LIBS = -lm
OBJLIST = dots.o abin.o readPDBrecs.o geom3d.o utility.o select.o \
parse.o atomprops.o stdconntable.o autobondrot.o hybrid_36_c.o
.c.o:
- cc -c $*.c $(CFLAGS)
+ $(CC) $(CFLAGS) -c $*.c
probe: probe.o $(OBJLIST)
- cc -o $@ probe.o $(OBJLIST) $(LFLAGS)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ probe.o $(OBJLIST) $(LIBS)
clean:
@rm -f *.o *.ckp
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-06 9:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06 9:02 [gentoo-commits] gentoo-x86 commit in sci-chemistry/probe/files: probe-2.13.110909-as-needed.patch Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox