aboutsummaryrefslogtreecommitdiffstats
path: root/balsa
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
committerChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
commitf96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch)
treeedb17ec2c4ea13c5acb1c7350957a249a820e28d /balsa
parentb6588aa6851fb220cedc387d21c51513ef8d67f4 (diff)
downloadopenembedded-f96441b9faf769c9ecdd4d338b605ea3d0cc4010.tar.gz
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'balsa')
-rw-r--r--balsa/balsa-2.0.17/desktop-file-fix.patch8
-rw-r--r--balsa/balsa-2.0.17/libmutt-cross.patch20
2 files changed, 28 insertions, 0 deletions
diff --git a/balsa/balsa-2.0.17/desktop-file-fix.patch b/balsa/balsa-2.0.17/desktop-file-fix.patch
index e69de29bb2..1f169eea8b 100644
--- a/balsa/balsa-2.0.17/desktop-file-fix.patch
+++ b/balsa/balsa-2.0.17/desktop-file-fix.patch
@@ -0,0 +1,8 @@
+--- balsa-2.0.17/balsa.desktop~ 2003-07-08 15:37:35.000000000 +0100
++++ balsa-2.0.17/balsa.desktop 2004-08-03 23:23:50.000000000 +0100
+@@ -80,4 +80,4 @@
+ Terminal=0
+ Type=Application
+ StartupNotify=true
+-Categories=GNOME;Application;Network
++Categories=GNOME;Application;Network;
diff --git a/balsa/balsa-2.0.17/libmutt-cross.patch b/balsa/balsa-2.0.17/libmutt-cross.patch
index e69de29bb2..983368528f 100644
--- a/balsa/balsa-2.0.17/libmutt-cross.patch
+++ b/balsa/balsa-2.0.17/libmutt-cross.patch
@@ -0,0 +1,20 @@
+--- balsa-2.0.17/libmutt/configure.in~ 2003-03-24 22:36:15.000000000 +0000
++++ balsa-2.0.17/libmutt/configure.in 2004-06-27 16:45:40.000000000 +0100
+@@ -131,7 +131,7 @@
+ if (s.st_mode & S_IWOTH) exit (0);
+ exit (1);
+ }], [mutt_cv_worldwrite=yes], [mutt_cv_worldwrite=no],
+- [ AC_MSG_ERROR("Cannot cross compile libmutt. Yet")] ))
++ [mutt_cv_worldwrite=no] ))
+
+ mutt_cv_setgid=no
+ if test $mutt_cv_worldwrite = yes; then
+@@ -149,7 +149,7 @@
+ if (s.st_mode & S_IWGRP) exit (0);
+ exit (1);
+ }], [mutt_cv_groupwrite=yes], [mutt_cv_groupwrite=no],
+- [ AC_MSG_ERROR("Cannot cross compile libmutt. Yet")] ))
++ [mutt_cv_worldwrite=no] ))
+
+ dnl if test $mutt_cv_groupwrite = yes; then
+ dnl AC_DEFINE(USE_DOTLOCK)