]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/balsa/balsa-2.0.17/libmutt-cross.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / balsa / balsa-2.0.17 / libmutt-cross.patch
1 --- balsa-2.0.17/libmutt/configure.in~  2003-03-24 22:36:15.000000000 +0000
2 +++ balsa-2.0.17/libmutt/configure.in   2004-06-27 16:45:40.000000000 +0100
3 @@ -131,7 +131,7 @@
4         if (s.st_mode & S_IWOTH) exit (0);
5         exit (1);
6  }], [mutt_cv_worldwrite=yes], [mutt_cv_worldwrite=no], 
7 -       [ AC_MSG_ERROR("Cannot cross compile libmutt. Yet")] ))
8 +       [mutt_cv_worldwrite=no] ))
9  
10         mutt_cv_setgid=no
11         if test $mutt_cv_worldwrite = yes; then
12 @@ -149,7 +149,7 @@
13         if (s.st_mode & S_IWGRP) exit (0);
14         exit (1);
15  }], [mutt_cv_groupwrite=yes], [mutt_cv_groupwrite=no],
16 -       [ AC_MSG_ERROR("Cannot cross compile libmutt. Yet")] ))
17 +       [mutt_cv_worldwrite=no] ))
18  
19  dnl            if test $mutt_cv_groupwrite = yes; then
20  dnl                    AC_DEFINE(USE_DOTLOCK)