public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/cw/files: 1.0.16-ldflags.patch
Date: Sun, 12 Sep 2010 13:18:38 +0000 (UTC)	[thread overview]
Message-ID: <20100912131838.2BE3920054@flycatcher.gentoo.org> (raw)

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
 






             reply	other threads:[~2010-09-12 13:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-12 13:18 Justin Lecher (jlec) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-09-16 17:03 [gentoo-commits] gentoo-x86 commit in app-misc/cw/files: 1.0.16-ldflags.patch Jeroen Roovers (jer)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100912131838.2BE3920054@flycatcher.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox