public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/lame/files: lame-3.99.5-automake-2.12.patch
@ 2012-06-14  5:13 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2012-06-14  5:13 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/06/14 05:13:42

  Removed:              lame-3.99.5-automake-2.12.patch
  Log:
  Use mirrored patch to avoid CVS mangling.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/lame/files: lame-3.99.5-automake-2.12.patch
@ 2012-06-14  2:13 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2012-06-14  2:13 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/06/14 02:13:17

  Modified:             lame-3.99.5-automake-2.12.patch
  Log:
  Use correct patch.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-sound/lame/files/lame-3.99.5-automake-2.12.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.99.5-automake-2.12.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.99.5-automake-2.12.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.99.5-automake-2.12.patch?r1=1.1&r2=1.2

Index: lame-3.99.5-automake-2.12.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/files/lame-3.99.5-automake-2.12.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lame-3.99.5-automake-2.12.patch	14 Jun 2012 02:08:30 -0000	1.1
+++ lame-3.99.5-automake-2.12.patch	14 Jun 2012 02:13:17 -0000	1.2
@@ -13,7 +13,7 @@
 --- lame-3.99.5/doc/html/Makefile.am
 +++ lame-3.99.5/doc/html/Makefile.am
 @@ -1,6 +1,6 @@
- ## $Id: lame-3.99.5-automake-2.12.patch,v 1.1 2012/06/14 02:08:30 radhermit Exp $
+ ## $Id: lame-3.99.5-automake-2.12.patch,v 1.2 2012/06/14 02:13:17 radhermit Exp $
  
 -AUTOMAKE_OPTIONS = foreign ansi2knr
 +AUTOMAKE_OPTIONS = foreign
@@ -23,7 +23,7 @@
 --- lame-3.99.5/doc/man/Makefile.am
 +++ lame-3.99.5/doc/man/Makefile.am
 @@ -1,6 +1,6 @@
- ## $Id: lame-3.99.5-automake-2.12.patch,v 1.1 2012/06/14 02:08:30 radhermit Exp $
+ ## $Id: lame-3.99.5-automake-2.12.patch,v 1.2 2012/06/14 02:13:17 radhermit Exp $
  
 -AUTOMAKE_OPTIONS = foreign ansi2knr
 +AUTOMAKE_OPTIONS = foreign
@@ -33,7 +33,7 @@
 --- lame-3.99.5/libmp3lame/i386/Makefile.am
 +++ lame-3.99.5/libmp3lame/i386/Makefile.am
 @@ -1,6 +1,6 @@
- ## $Id: lame-3.99.5-automake-2.12.patch,v 1.1 2012/06/14 02:08:30 radhermit Exp $
+ ## $Id: lame-3.99.5-automake-2.12.patch,v 1.2 2012/06/14 02:13:17 radhermit Exp $
  
 -AUTOMAKE_OPTIONS = foreign $(top_srcdir)/ansi2knr
 +AUTOMAKE_OPTIONS = foreign






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/lame/files: lame-3.99.5-automake-2.12.patch
@ 2012-06-14  2:08 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2012-06-14  2:08 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/06/14 02:08:31

  Added:                lame-3.99.5-automake-2.12.patch
  Log:
  Fix build with automake-2.12 (bug #420487).
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-sound/lame/files/lame-3.99.5-automake-2.12.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.99.5-automake-2.12.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.99.5-automake-2.12.patch?rev=1.1&content-type=text/plain

Index: lame-3.99.5-automake-2.12.patch
===================================================================
--- lame-3.99.5/configure.in
+++ lame-3.99.5/configure.in
@@ -77,9 +77,6 @@
 	AC_MSG_RESULT(${GCC_version})
 fi
 
-dnl more automake stuff
-AM_C_PROTOTYPES
-
 AC_CHECK_HEADER(dmalloc.h)
 if test "${ac_cv_header_dmalloc_h}" = "yes"; then
 	AM_WITH_DMALLOC
--- lame-3.99.5/doc/html/Makefile.am
+++ lame-3.99.5/doc/html/Makefile.am
@@ -1,6 +1,6 @@
 ## $Id: lame-3.99.5-automake-2.12.patch,v 1.1 2012/06/14 02:08:30 radhermit Exp $
 
-AUTOMAKE_OPTIONS = foreign ansi2knr
+AUTOMAKE_OPTIONS = foreign
 
 docdir = $(datadir)/doc
 pkgdocdir = $(docdir)/$(PACKAGE)
--- lame-3.99.5/doc/man/Makefile.am
+++ lame-3.99.5/doc/man/Makefile.am
@@ -1,6 +1,6 @@
 ## $Id: lame-3.99.5-automake-2.12.patch,v 1.1 2012/06/14 02:08:30 radhermit Exp $
 
-AUTOMAKE_OPTIONS = foreign ansi2knr
+AUTOMAKE_OPTIONS = foreign
 
 man_MANS = lame.1
 EXTRA_DIST = ${man_MANS}
--- lame-3.99.5/libmp3lame/i386/Makefile.am
+++ lame-3.99.5/libmp3lame/i386/Makefile.am
@@ -1,6 +1,6 @@
 ## $Id: lame-3.99.5-automake-2.12.patch,v 1.1 2012/06/14 02:08:30 radhermit Exp $
 
-AUTOMAKE_OPTIONS = foreign $(top_srcdir)/ansi2knr
+AUTOMAKE_OPTIONS = foreign
 
 DEFS = @DEFS@ @CONFIG_DEFS@
 






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

end of thread, other threads:[~2012-06-14  5:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-14  5:13 [gentoo-commits] gentoo-x86 commit in media-sound/lame/files: lame-3.99.5-automake-2.12.patch Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-14  2:13 Tim Harder (radhermit)
2012-06-14  2:08 Tim Harder (radhermit)

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