public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/cw/files: 1.0.16-ldflags.patch
@ 2010-09-12 13:18 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-09-12 13:18 UTC (permalink / raw
  To: gentoo-commits

jlec        10/09/12 13:18:38

  Added:                1.0.16-ldflags.patch
  Log:
  Version Bump, fix for missing LDFLAGS 335299
  
  (Portage version: 2.2_rc79/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-misc/cw/files/1.0.16-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cw/files/1.0.16-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cw/files/1.0.16-ldflags.patch?rev=1.1&content-type=text/plain

Index: 1.0.16-ldflags.patch
===================================================================
diff --git a/Makefile.in b/Makefile.in
index 9a6e4ec..e510493 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -19,11 +19,11 @@ all:
 
 cw:
 	@$(ECHO) "* Compiling cw(color wrapper)..."
-	@$(CC) src/cw.c -o bin/cw @CFLAGS@ @LIBS@ @DEFS@
+	$(CC) $(CFLAGS) -c src/cw.c -o bin/cw @CFLAGS@ @LIBS@ @DEFS@
 
 cwu:
 	@$(ECHO) "* Compiling cwu(color wrapper directive updater)..."
-	@$(CC) src/cwu.c -o bin/cwu @CFLAGS@
+	$(CC) $(CFLAGS) $(LDFLAGS) src/cwu.c -o bin/cwu
 
 local: cw cwu
 






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

* [gentoo-commits] gentoo-x86 commit in app-misc/cw/files: 1.0.16-ldflags.patch
@ 2010-09-16 17:03 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-09-16 17:03 UTC (permalink / raw
  To: gentoo-commits

jer         10/09/16 17:03:57

  Modified:             1.0.16-ldflags.patch
  Log:
  Fix patch to really respect LDFLAGS and to compile something useful, by Czeryna Karol (bug #337509).
  
  (Portage version: 2.2_rc82/cvs/Linux i686)

Revision  Changes    Path
1.2                  app-misc/cw/files/1.0.16-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cw/files/1.0.16-ldflags.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cw/files/1.0.16-ldflags.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/cw/files/1.0.16-ldflags.patch?r1=1.1&r2=1.2

Index: 1.0.16-ldflags.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/cw/files/1.0.16-ldflags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 1.0.16-ldflags.patch	12 Sep 2010 13:18:37 -0000	1.1
+++ 1.0.16-ldflags.patch	16 Sep 2010 17:03:57 -0000	1.2
@@ -7,7 +7,7 @@
  cw:
  	@$(ECHO) "* Compiling cw(color wrapper)..."
 -	@$(CC) src/cw.c -o bin/cw @CFLAGS@ @LIBS@ @DEFS@
-+	$(CC) $(CFLAGS) -c src/cw.c -o bin/cw @CFLAGS@ @LIBS@ @DEFS@
++	$(CC) $(CFLAGS) $(LDFLAGS) src/cw.c -o bin/cw @CFLAGS@ @LIBS@ @DEFS@
  
  cwu:
  	@$(ECHO) "* Compiling cwu(color wrapper directive updater)..."






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

end of thread, other threads:[~2010-09-16 17:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-16 17:03 [gentoo-commits] gentoo-x86 commit in app-misc/cw/files: 1.0.16-ldflags.patch Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-12 13:18 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