public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-terms/mlterm/files: mlterm-3.0.8-ldflags.patch
@ 2011-11-10 16:39 Naohiro Aota (naota)
  0 siblings, 0 replies; only message in thread
From: Naohiro Aota (naota) @ 2011-11-10 16:39 UTC (permalink / raw
  To: gentoo-commits

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






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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10 16:39 [gentoo-commits] gentoo-x86 commit in x11-terms/mlterm/files: mlterm-3.0.8-ldflags.patch Naohiro Aota (naota)

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