public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/pth/files: pth-2.0.7-kernel-3.patch
@ 2012-08-08 15:01 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2012-08-08 15:01 UTC (permalink / raw
  To: gentoo-commits

armin76     12/08/08 15:01:45

  Added:                pth-2.0.7-kernel-3.patch
  Log:
  Add patch to fix building in some arches with kernel-3
  
  (Portage version: 2.1.11.5/cvs/Linux ia64)

Revision  Changes    Path
1.1                  dev-libs/pth/files/pth-2.0.7-kernel-3.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/files/pth-2.0.7-kernel-3.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/files/pth-2.0.7-kernel-3.patch?rev=1.1&content-type=text/plain

Index: pth-2.0.7-kernel-3.patch
===================================================================
diff -ur pth-2.0.7.orig//aclocal.m4 pth-2.0.7/aclocal.m4
--- pth-2.0.7.orig//aclocal.m4	2012-08-08 16:25:05.289931224 +0200
+++ pth-2.0.7/aclocal.m4	2012-08-08 16:26:45.164932424 +0200
@@ -1074,7 +1074,7 @@
         braindead=no
         case "x`uname -r`" in
 changequote(, )dnl
-            x2.[23456789]* ) ;;
+            x[23].[23456789]* ) ;;
 changequote([, ])
             * ) braindead=yes ;;
         esac
diff -ur pth-2.0.7.orig//configure pth-2.0.7/configure
--- pth-2.0.7.orig//configure	2012-08-08 16:25:05.289931224 +0200
+++ pth-2.0.7/configure	2012-08-08 16:27:00.391494004 +0200
@@ -22512,7 +22512,7 @@
     *-*-linux* )
         braindead=no
         case "x`uname -r`" in
-            x2.[23456789]* ) ;;
+            x[23].[23456789]* ) ;;
 
             * ) braindead=yes ;;
         esac





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/pth/files: pth-2.0.7-kernel-3.patch
@ 2012-08-08 19:22 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2012-08-08 19:22 UTC (permalink / raw
  To: gentoo-commits

armin76     12/08/08 19:22:28

  Modified:             pth-2.0.7-kernel-3.patch
  Log:
  Update patch replacing it with the line from fedora
  
  (Portage version: 2.1.11.5/cvs/Linux ia64)

Revision  Changes    Path
1.2                  dev-libs/pth/files/pth-2.0.7-kernel-3.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/files/pth-2.0.7-kernel-3.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/files/pth-2.0.7-kernel-3.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/files/pth-2.0.7-kernel-3.patch?r1=1.1&r2=1.2

Index: pth-2.0.7-kernel-3.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/files/pth-2.0.7-kernel-3.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pth-2.0.7-kernel-3.patch	8 Aug 2012 15:01:45 -0000	1.1
+++ pth-2.0.7-kernel-3.patch	8 Aug 2012 19:22:28 -0000	1.2
@@ -1,24 +1,24 @@
-diff -ur pth-2.0.7.orig//aclocal.m4 pth-2.0.7/aclocal.m4
---- pth-2.0.7.orig//aclocal.m4	2012-08-08 16:25:05.289931224 +0200
+diff -ur pth-2.0.7.orig/aclocal.m4 pth-2.0.7/aclocal.m4
+--- pth-2.0.7.orig/aclocal.m4	2012-08-08 16:25:05.289931224 +0200
 +++ pth-2.0.7/aclocal.m4	2012-08-08 16:26:45.164932424 +0200
 @@ -1074,7 +1074,7 @@
          braindead=no
          case "x`uname -r`" in
  changequote(, )dnl
 -            x2.[23456789]* ) ;;
-+            x[23].[23456789]* ) ;;
++            x2.[23456789]* | x3.[0-9]* ) ;;
  changequote([, ])
              * ) braindead=yes ;;
          esac
-diff -ur pth-2.0.7.orig//configure pth-2.0.7/configure
---- pth-2.0.7.orig//configure	2012-08-08 16:25:05.289931224 +0200
+diff -ur pth-2.0.7.orig/configure pth-2.0.7/configure
+--- pth-2.0.7.orig/configure	2012-08-08 16:25:05.289931224 +0200
 +++ pth-2.0.7/configure	2012-08-08 16:27:00.391494004 +0200
 @@ -22512,7 +22512,7 @@
      *-*-linux* )
          braindead=no
          case "x`uname -r`" in
 -            x2.[23456789]* ) ;;
-+            x[23].[23456789]* ) ;;
++            x2.[23456789]* | x3.[0-9]* ) ;;
  
              * ) braindead=yes ;;
          esac





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

end of thread, other threads:[~2012-08-08 19:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08 15:01 [gentoo-commits] gentoo-x86 commit in dev-libs/pth/files: pth-2.0.7-kernel-3.patch Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-08 19:22 Raul Porcel (armin76)

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