public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/pure-sfv/files: pure-sfv-0.3-asneeded.patch
@ 2009-01-03 17:39 Christoph Mende (angelos)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2009-01-03 17:39 UTC (permalink / raw
  To: gentoo-commits

angelos     09/01/03 17:39:34

  Added:                pure-sfv-0.3-asneeded.patch
  Log:
  QA: Fixed compilation with --as-needed (bug 246858)
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.1                  app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch?rev=1.1&content-type=text/plain

Index: pure-sfv-0.3-asneeded.patch
===================================================================
--- Makefile.orig	2009-01-03 18:36:24.349399478 +0100
+++ Makefile	2009-01-03 18:36:37.218398964 +0100
@@ -65,7 +65,7 @@
 OBJ = ${SRCS:%.c=%.o}
 
 pure-sfv: $(OBJ)
-	$(CC) -lm -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(OBJ)
+	$(CC) -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(OBJ) -lm
 
 PURIFY_OPTIONS=-follow-child-processes=yes -always-use-cache-dir=yes
 PURIFY=purify






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-arch/pure-sfv/files: pure-sfv-0.3-asneeded.patch
@ 2010-08-27  5:43 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-27  5:43 UTC (permalink / raw
  To: gentoo-commits

jer         10/08/27 05:43:29

  Modified:             pure-sfv-0.3-asneeded.patch
  Log:
  Respect LDFLAGS by Ross Smith (bug #334599).
  
  (Portage version: 2.2_rc69/cvs/Linux i686)

Revision  Changes    Path
1.2                  app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch?r1=1.1&r2=1.2

Index: pure-sfv-0.3-asneeded.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pure-sfv-0.3-asneeded.patch	3 Jan 2009 17:39:34 -0000	1.1
+++ pure-sfv-0.3-asneeded.patch	27 Aug 2010 05:43:29 -0000	1.2
@@ -5,7 +5,7 @@
  
  pure-sfv: $(OBJ)
 -	$(CC) -lm -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(OBJ)
-+	$(CC) -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(OBJ) -lm
++	$(CC) -DVERSION=\"$(VERSION)\" $(CFLAGS) $(LDFLAGS) -o $(PROG) $(OBJ) -lm
  
  PURIFY_OPTIONS=-follow-child-processes=yes -always-use-cache-dir=yes
  PURIFY=purify






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-27  5:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-03 17:39 [gentoo-commits] gentoo-x86 commit in app-arch/pure-sfv/files: pure-sfv-0.3-asneeded.patch Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-27  5:43 Jeroen Roovers (jer)

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