Selaa lähdekoodia

the new version has fixes the alphasort issues, so remove our patch again to get it building under Solaris again

Ralf S. Engelschall 19 vuotta sitten
vanhempi
commit
4636d722bf
2 muutettua tiedostoa jossa 0 lisäystä ja 28 poistoa
  1. 0 26
      imap/imap.patch
  2. 0 2
      imap/imap.spec

+ 0 - 26
imap/imap.patch

@@ -1,26 +0,0 @@
-Index: src/osdep/unix/os_soln.h
---- src/osdep/unix/os_soln.h.orig	2006-09-15 16:38:24.000000000 +0000
-+++ src/osdep/unix/os_soln.h	2006-10-03 18:14:33.819454648 +0000
-@@ -72,9 +72,6 @@
- long gethostid (void);
- typedef int (*select_t) (struct direct *name);
- typedef int (*compar_t) (const void *d1,const void *d2);
--int scandir (char *dirname,struct direct ***namelist,select_t select,
--	     compar_t compar);
--int alphasort (void *d1,void *d2);
- 
- 
- #include "env_unix.h"
-Index: src/osdep/unix/os_solo.h
---- src/osdep/unix/os_solo.h.orig	2006-09-15 16:38:42.000000000 +0000
-+++ src/osdep/unix/os_solo.h	2006-10-03 18:15:13.928608943 +0000
-@@ -69,9 +69,6 @@
- long gethostid (void);
- typedef int (*select_t) (struct direct *name);
- typedef int (*compar_t) (const void *d1,const void *d2);
--int scandir (char *dirname,struct direct ***namelist,select_t select,
--	     compar_t compar);
--int alphasort (void *d1,void *d2);
- 
- 
- #include "env_unix.h"

+ 0 - 2
imap/imap.spec

@@ -47,7 +47,6 @@ Release:      20061007
 
 #   list of sources
 Source0:      ftp://ftp.cac.washington.edu/imap/imap-%{V_real}.tar.Z
-Patch0:       imap.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -81,7 +80,6 @@ Conflicts:    imaputils
 
 %prep
     %setup -q -n imap-%{V_real}
-    %patch -p0
 
 %build
     mflags="%{l_mflags}"