public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/clustalw-mpi/files: 0.13-gentoo.patch
@ 2011-06-19 10:00 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-06-19 10:00 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/19 10:00:09

  Added:                0.13-gentoo.patch
  Log:
  Respect LDFLAGS, #335232
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-biology/clustalw-mpi/files/0.13-gentoo.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/clustalw-mpi/files/0.13-gentoo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/clustalw-mpi/files/0.13-gentoo.patch?rev=1.1&content-type=text/plain

Index: 0.13-gentoo.patch
===================================================================
 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index f2107ce..835232b 100644
--- a/Makefile
+++ b/Makefile
@@ -25,12 +25,12 @@ TREES_FLAG = -DSERIAL_NJTREE
 PAIRALIGN_FLAG = -DDYNAMIC_SCHEDULING_PAIRALIGN 
 #PAIRALIGN_FLAG = -DSTATIC_SCHEDULING_PAIRALIGN
 
-CFLAGS  = -c -O3
+CFLAGS  += -c
 #CFLAGS  = -c -O3 -funroll-all-loops
-LFLAGS	= -lm 
+LIBS	= -lm 
 
 clustalw-mpi: $(OBJECTS) 
-	$(CC) -o $@ $(OBJECTS) $(LFLAGS)
+	$(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(LIBS)
 
 interface.o : interface.c $(HEADERS) param.h
 	$(CC) $(CFLAGS) $*.c






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-19 10:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-19 10:00 [gentoo-commits] gentoo-x86 commit in sci-biology/clustalw-mpi/files: 0.13-gentoo.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