public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/freewnn/files: freewnn-1.1.1_alpha21-ldflags.patch
@ 2011-11-07  8:49 Naohiro Aota (naota)
  0 siblings, 0 replies; 2+ messages in thread
From: Naohiro Aota (naota) @ 2011-11-07  8:49 UTC (permalink / raw
  To: gentoo-commits

naota       11/11/07 08:49:51

  Added:                freewnn-1.1.1_alpha21-ldflags.patch
  Log:
  Add patch to respect LDFLAGS
  
  (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-i18n/freewnn/files/freewnn-1.1.1_alpha21-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/freewnn/files/freewnn-1.1.1_alpha21-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/freewnn/files/freewnn-1.1.1_alpha21-ldflags.patch?rev=1.1&content-type=text/plain

Index: freewnn-1.1.1_alpha21-ldflags.patch
===================================================================
diff --git a/makerule.mk.in b/makerule.mk.in
index fa9a7e1..dc7210a 100644
--- a/makerule.mk.in
+++ b/makerule.mk.in
@@ -94,7 +94,7 @@ ALLDEFINES = $(INCLUDES) $(DEFINES)
 CFLAGS = @CFLAGS@ @CDEBUGFLAGS@ $(CCOPTIONS) @ipv6@ @DEFS@ $(ALLDEFINES)
 LIBS = @LIBS@
 LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES) $(DEPEND_DEFINES)
-LDOPTIONS = @CDEBUGFLAGS@ $(CCOPTIONS)
+LDOPTIONS = @CDEBUGFLAGS@ $(CCOPTIONS) $(LDFLAGS)
 
 
 #
diff --git a/Wnn/jlib.V3/Makefile.in b/Wnn/jlib.V3/Makefile.in
index 9d5b873..5b1bf23 100644
--- a/Wnn/jlib.V3/Makefile.in
+++ b/Wnn/jlib.V3/Makefile.in
@@ -76,7 +76,7 @@ includes::
 all:: libjd.la
 
 libjd.la: $(OBJS) $(EXTRALIBRARYDEPS)
-	$(LIBTOOL) $(CC) -o $@ $(OBJS:.o=.lo) -rpath $(WNNLIBDIR) -version-info $(WNNJLIBVERSION)
+	$(LIBTOOL) $(CC) -o $@ $(LDOPTIONS) $(OBJS:.o=.lo) -rpath $(WNNLIBDIR) -version-info $(WNNJLIBVERSION)
 
 lintlib:: llib-ljd.ln
 
diff --git a/Wnn/jlib/Makefile.in b/Wnn/jlib/Makefile.in
index 234dea2..6cc5739 100644
--- a/Wnn/jlib/Makefile.in
+++ b/Wnn/jlib/Makefile.in
@@ -101,7 +101,7 @@ clean::
 all:: libwnn.la
 
 libwnn.la: $(OBJS) $(EXTRALIBRARYDEPS)
-	$(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS:.o=.lo) @LIBS@ -rpath $(WNNLIBDIR) -version-info $(WNNJLIBVERSION)
+	$(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS:.o=.lo) $(LDOPTIONS) @LIBS@ -rpath $(WNNLIBDIR) -version-info $(WNNJLIBVERSION)
 
 lintlib:: llib-lwnn.ln
 






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/freewnn/files: freewnn-1.1.1_alpha21-ldflags.patch
@ 2014-07-08  0:43 Naohiro Aota (naota)
  0 siblings, 0 replies; 2+ messages in thread
From: Naohiro Aota (naota) @ 2014-07-08  0:43 UTC (permalink / raw
  To: gentoo-commits

naota       14/07/08 00:43:02

  Modified:             freewnn-1.1.1_alpha21-ldflags.patch
  Log:
  Modify a patch to apply cleanly
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.2                  app-i18n/freewnn/files/freewnn-1.1.1_alpha21-ldflags.patch

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

Index: freewnn-1.1.1_alpha21-ldflags.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/freewnn/files/freewnn-1.1.1_alpha21-ldflags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freewnn-1.1.1_alpha21-ldflags.patch	7 Nov 2011 08:49:51 -0000	1.1
+++ freewnn-1.1.1_alpha21-ldflags.patch	8 Jul 2014 00:43:02 -0000	1.2
@@ -24,16 +24,3 @@
  
  lintlib:: llib-ljd.ln
  
-diff --git a/Wnn/jlib/Makefile.in b/Wnn/jlib/Makefile.in
-index 234dea2..6cc5739 100644
---- a/Wnn/jlib/Makefile.in
-+++ b/Wnn/jlib/Makefile.in
-@@ -101,7 +101,7 @@ clean::
- all:: libwnn.la
- 
- libwnn.la: $(OBJS) $(EXTRALIBRARYDEPS)
--	$(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS:.o=.lo) @LIBS@ -rpath $(WNNLIBDIR) -version-info $(WNNJLIBVERSION)
-+	$(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS:.o=.lo) $(LDOPTIONS) @LIBS@ -rpath $(WNNLIBDIR) -version-info $(WNNJLIBVERSION)
- 
- lintlib:: llib-lwnn.ln
- 





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

end of thread, other threads:[~2014-07-08  0:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08  0:43 [gentoo-commits] gentoo-x86 commit in app-i18n/freewnn/files: freewnn-1.1.1_alpha21-ldflags.patch Naohiro Aota (naota)
  -- strict thread matches above, loose matches on Subject: below --
2011-11-07  8:49 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