public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/reduce/files: 3.13.080428-LDFLAGS.patch
@ 2010-02-05 23:41 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-02-05 23:41 UTC (permalink / raw
  To: gentoo-commits

jlec        10/02/05 23:41:04

  Added:                3.13.080428-LDFLAGS.patch
  Log:
  Clean old versions, fix for bug 280857 & bug 280858
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-chemistry/reduce/files/3.13.080428-LDFLAGS.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/reduce/files/3.13.080428-LDFLAGS.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/reduce/files/3.13.080428-LDFLAGS.patch?rev=1.1&content-type=text/plain

Index: 3.13.080428-LDFLAGS.patch
===================================================================
--- reduce_src/Makefile	2009-08-09 10:11:29.000000000 +0200
+++ reduce_src/Makefile.new	2009-08-09 10:13:31.000000000 +0200
@@ -34,7 +34,7 @@
 all:    reduce
 
 reduce: $(OBJLIST)
-	$(CXX) -o $@ $(OBJLIST) $(LFLAGS)
+	$(CXX) $(LDFLAGS) -o $@ $(OBJLIST) $(LFLAGS)
 
 clean:
 	@rm -rf *.o *.ckp ii_files






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

only message in thread, other threads:[~2010-02-05 23:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-05 23:41 [gentoo-commits] gentoo-x86 commit in sci-chemistry/reduce/files: 3.13.080428-LDFLAGS.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