public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Naohiro Aota (naota)" <naota@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/mlterm/files: mlterm-3.0.8-ldflags.patch
Date: Thu, 10 Nov 2011 16:39:13 +0000 (UTC)	[thread overview]
Message-ID: <20111110163913.8C6452004C@flycatcher.gentoo.org> (raw)

naota       11/11/10 16:39:13

  Added:                mlterm-3.0.8-ldflags.patch
  Log:
  Version bump. Bug #389237
  
  (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-terms/mlterm/files/mlterm-3.0.8-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/mlterm/files/mlterm-3.0.8-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/mlterm/files/mlterm-3.0.8-ldflags.patch?rev=1.1&content-type=text/plain

Index: mlterm-3.0.8-ldflags.patch
===================================================================
diff -Naur mlterm-3.0.5.orig/contrib/tool/mlcc/Makefile.in mlterm-3.0.5/contrib/tool/mlcc/Makefile.in
--- mlterm-3.0.5.orig/contrib/tool/mlcc/Makefile.in	2011-06-04 01:26:17.000000000 +0900
+++ mlterm-3.0.5/contrib/tool/mlcc/Makefile.in	2011-06-09 23:29:02.851741057 +0900
@@ -20,7 +20,7 @@
 all: $(PROG)
 
 $(PROG): $(OBJECTS)
-	$(CC) -g -o $(PROG) $(OBJECTS)
+	$(CC) -g -o $(PROG) $(OBJECTS) $(LDFLAGS)
 
 .SUFFIXES: .c.o
 
diff -Naur mlterm-3.0.5.orig/tool/mlclient/Makefile.in mlterm-3.0.5/tool/mlclient/Makefile.in
--- mlterm-3.0.5.orig/tool/mlclient/Makefile.in	2011-06-04 01:26:11.000000000 +0900
+++ mlterm-3.0.5/tool/mlclient/Makefile.in	2011-06-09 23:27:57.251467757 +0900
@@ -20,7 +20,7 @@
 all: $(PROG)
 
 $(PROG): $(OBJ)
-	$(CC) -o $(PROG) $(OBJ) $(LIBS)
+	$(CC) -o $(PROG) $(OBJ) $(LIBS) $(LDFLAGS)
 	cp $(PROG) $(PROG)x
 
 .SUFFIXES: .c.o






                 reply	other threads:[~2011-11-10 16:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20111110163913.8C6452004C@flycatcher.gentoo.org \
    --to=naota@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