public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/skkfep/files: skkfep-0.87-LDFLAGS.patch
@ 2012-03-18  8:25 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2012-03-18  8:25 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/03/18 08:25:09

  Added:                skkfep-0.87-LDFLAGS.patch
  Log:
  Respect LDFLAGS from environment wrt #334653 by Diego Elio Pettenò
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-i18n/skkfep/files/skkfep-0.87-LDFLAGS.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/skkfep/files/skkfep-0.87-LDFLAGS.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/skkfep/files/skkfep-0.87-LDFLAGS.patch?rev=1.1&content-type=text/plain

Index: skkfep-0.87-LDFLAGS.patch
===================================================================
http://bugs.gentoo.org/334653

--- protoMakefile
+++ protoMakefile
@@ -13,13 +13,13 @@
 	./jc -`./jc -c romkan-org.c`P romkan-org.c > romkan.c
 
 jc: jc.o
-	$(CC) $(CFLAGS) -o jc jc.o
+	$(CC) $(LDFLAGS) $(CFLAGS) -o jc jc.o
 
 $(SKKFEP): $(OBJS) $(SKKOBJS)
-	$(CC) $(CFLAGS) -o $(SKKFEP) $(OBJS) $(SKKOBJS) $(LIBS)
+	$(CC) $(LDFLAGS) $(CFLAGS) -o $(SKKFEP) $(OBJS) $(SKKOBJS) $(LIBS)
 
 simpledic: $(SDICOBJS) $(SKKOBJS)
-	$(CC) $(CFLAGS) -o simpledic $(SDICOBJS) $(SKKOBJS) $(LIBS)
+	$(CC) $(LDFLAGS) $(CFLAGS) -o simpledic $(SDICOBJS) $(SKKOBJS) $(LIBS)
 
 clean:
 	-rm -rf $(OBJS) $(SKKOBJS) $(SDICOBJS) romkan.c






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

only message in thread, other threads:[~2012-03-18  8:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-18  8:25 [gentoo-commits] gentoo-x86 commit in app-i18n/skkfep/files: skkfep-0.87-LDFLAGS.patch Samuli Suominen (ssuominen)

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