public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/spin/files: spin-makefile.patch
@ 2010-10-12 11:16 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; only message in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-10-12 11:16 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/10/12 11:16:29

  Modified:             spin-makefile.patch
  Log:
  Respect LDFLAGS, bug #337093 by flameeyes. Remove old.
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.2                  sci-mathematics/spin/files/spin-makefile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/spin/files/spin-makefile.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/spin/files/spin-makefile.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/spin/files/spin-makefile.patch?r1=1.1&r2=1.2

Index: spin-makefile.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/spin/files/spin-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spin-makefile.patch	11 Apr 2010 12:50:08 -0000	1.1
+++ spin-makefile.patch	12 Oct 2010 11:16:29 -0000	1.2
@@ -1,5 +1,5 @@
---- makefile.orig	2010-04-03 12:13:41.000000000 +0200
-+++ makefile	2010-04-03 12:14:21.000000000 +0200
+--- makefile.orig	2010-10-12 13:13:59.000000000 +0200
++++ makefile	2010-10-12 13:15:19.000000000 +0200
 @@ -10,10 +10,6 @@
  # Documentation: http://spinroot.com/
  # Bug-reports:   bugs@spinroot.com
@@ -11,3 +11,12 @@
  # for a more picky compilation:
  # CFLAGS=-std=c99 -Wstrict-prototypes -pedantic -fno-strength-reduce -fno-builtin -W -Wshadow -Wpointer-arith -Wcast-qual -Winline -Wall -g
  
+@@ -37,7 +33,7 @@
+ 	tl_mem.o tl_rewrt.o tl_cache.o
+ 
+ spin:	$(SPIN_OS) $(TL_OS)
+-	$(CC) $(CFLAGS) -o spin $(SPIN_OS) $(TL_OS)
++	$(CC) $(CFLAGS) $(LDFLAGS) -o spin $(SPIN_OS) $(TL_OS)
+ 
+ spin.o:	spin.y
+ 	$(YACC) $(YFLAGS) spin.y






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

only message in thread, other threads:[~2010-10-12 11:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-12 11:16 [gentoo-commits] gentoo-x86 commit in sci-mathematics/spin/files: spin-makefile.patch PaweA Hajdan (phajdan.jr)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox