From fea599647b21a0539e1182df6566d4a344ec435c Mon Sep 17 00:00:00 2001 From: Fabian Fingerle Date: Thu, 18 Jun 2009 17:21:23 +0200 Subject: [PATCH] net-dialup/wvdial/files/wvdial-1.60-glibc-2.10.1.patch: fix patch --- net-dialup/wvdial/Manifest | 2 +- .../wvdial/files/wvdial-1.60-glibc-2.10.1.patch | 31 +++++++++------------- 2 files changed, 13 insertions(+), 20 deletions(-) rewrite net-dialup/wvdial/files/wvdial-1.60-glibc-2.10.1.patch (100%) diff --git a/net-dialup/wvdial/Manifest b/net-dialup/wvdial/Manifest index 844e818..eb532ea 100644 --- a/net-dialup/wvdial/Manifest +++ b/net-dialup/wvdial/Manifest @@ -1,6 +1,6 @@ AUX wvdial-1.60-as-needed.patch 437 RMD160 a3aa7f65f6df8cc1bcb45c89d64cbcf813b8bb6f SHA1 6a60c58336cf4f11d8fceb7e4d868c69ab6f9ade SHA256 8490c5a19751af4c4858878b2546d836db94aab8f5e1594c4baa8ef79b6060ea AUX wvdial-1.60-destdir.patch 455 RMD160 64974f8a7acc673e2869734e10096830ff2ba460 SHA1 48f77c1c2370c958f92c53269f927d8c883b8c6c SHA256 be2bb73e20076bc3e278d165459355bd809419326c152a8467a8fb7295519311 -AUX wvdial-1.60-glibc-2.10.1.patch 537 RMD160 eb783e3717841c595b03911c9bc21d35e2dc9381 SHA1 7b652ca30e306cf091118724558cd362b75cee60 SHA256 a9dabc0c9c5f21f1ab515b5502301168dc2c4f2f6ed4ea55aa1f58453f01a723 +AUX wvdial-1.60-glibc-2.10.1.patch 478 RMD160 1837e037fcbf74b2531725901a8f0dea54e74195 SHA1 9f3bbc2de93c9a973cd2b1bbf00298f9d05354b0 SHA256 efc67c2a87672e918732166608492b2d99a1b8d0fc073e9453e6949e42f0c4be DIST wvdial-1.60.tar.gz 100264 RMD160 3e8f46cf81082bb7c829e530b3f9922ff00de9c1 SHA1 d44914065258d316cff28494d4409cd27a07cfa6 SHA256 0c65ea807950fab32e659d1869a7167ff978502bd5d0159dbe9de90eb6c2e16b EBUILD wvdial-1.60-r1.ebuild 1099 RMD160 1907b0effb35eb9bfda0b91a4b2d8aba23cc33de SHA1 7f876a8bd5f4141c2cfa6c7092310d4998baa10a SHA256 b8484c9afa3175da65d69162366585707759deb9fd5e04d95cf7a45610a2c1e0 MISC ChangeLog 6817 RMD160 9b669a9a1101adf88ac56a50490e43da948b22d6 SHA1 fcdf443d2a4d78458c0e94809ece6bd63c9599bf SHA256 7928b6a84a2fe40db6b6c604aa438af524155897d3815914f7f5c2c1b4da09a9 diff --git a/net-dialup/wvdial/files/wvdial-1.60-glibc-2.10.1.patch b/net-dialup/wvdial/files/wvdial-1.60-glibc-2.10.1.patch dissimilarity index 100% index bda5f3f..54a9b48 100644 --- a/net-dialup/wvdial/files/wvdial-1.60-glibc-2.10.1.patch +++ b/net-dialup/wvdial/files/wvdial-1.60-glibc-2.10.1.patch @@ -1,19 +1,12 @@ -*** wvmodemscan.cc Wed Jun 3 23:36:24 2009 ---- wvmodemscan.cc.gcc4 Thu Jul 19 21:22:26 2007 -*************** -*** 496,502 **** - } - - -! static int filesort(const dirent **_e1, const dirent **_e2) - { - dirent const * const *e1 = (dirent const * const *)_e1; - dirent const * const *e2 = (dirent const * const *)_e2; ---- 496,502 ---- - } - - -! static int filesort(const void *_e1, const void *_e2) - { - dirent const * const *e1 = (dirent const * const *)_e1; - dirent const * const *e2 = (dirent const * const *)_e2; +diff -ru wvdial-1.60-orig/wvmodemscan.cc wvdial-1.60/wvmodemscan.cc +--- wvdial-1.60-orig/wvmodemscan.cc 2009-06-18 17:15:17.269919799 +0200 ++++ wvdial-1.60/wvmodemscan.cc 2009-06-18 17:19:30.993704286 +0200 +@@ -496,7 +496,7 @@ + } + + +-static int filesort(const void *_e1, const void *_e2) ++static int filesort(const dirent **_e1, const dirent **_e2) + { + dirent const * const *e1 = (dirent const * const *)_e1; + dirent const * const *e2 = (dirent const * const *)_e2; -- 2.11.4.GIT